Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 14069780D0F; Wed, 2 Mar 2022 20:55:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Drew DeVault From: alice Cc: ~alpine/aports@lists.alpinelinux.org In-Reply-To: <164625443799.985.5861364705243667647.gitlab.31589.37c674cdb0d2094974d9306badfea0e955aae399@listserv.local> Subject: Re: [PATCH] community/sfml: build static libraries Date: Wed, 02 Mar 2022 20:55:55 -0000 Message-ID: <164625455504.985.13985758719814916569.gitlab.31589.37c674cdb0d2094974d9306badfea0e955aae399@listserv.local> On Wed, 02 Mar 2022 21:40:51 +0100, Drew DeVault wrote: > + -DSFML_BUILD_DOC=TRUE \ > + -DSFML_INSTALL_PKGCONFIG_FILES=TRUE \ > + -DBUILD_SHARED_LIBS=FALSE you could also set both of these to MinSizeRel and add a -G Ninja and samurai to makedeps while you're here editing them :) -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/31589#note_219863