Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B2CC1782C25 for <~alpine/aports@lists.alpinelinux.org>; Sat, 9 May 2020 13:40:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1589031616; bh=J9nf/UvZj+Qe0AT1Bz6d+sGZSL4679fIFR5FMTHY65U=; h=From:To:Cc:Subject:Date; b=MfB9hHyr3tcapvn04l8np3fKIn/djns3L/ZH9+aM6KpmkL/nYFC02hIV+reW6GjXb PBKrlxUxCA5sTCqODJTvtksNUosyPSNu/oz5R18v474XQN+1EOZAC3oa1u2yeUwTzJ HUeoE43+NRJ9jssK0zh+z2kEW1khM8WCGybTDKv8= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] main/pixman: re-introduce pixman-static Date: Sat, 9 May 2020 09:40:08 -0400 Message-Id: <20200509134008.31089-1-sir@cmpwn.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- main/pixman/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/pixman/APKBUILD b/main/pixman/APKBUILD index 210a132c6d..38a9544393 100644 --- a/main/pixman/APKBUILD +++ b/main/pixman/APKBUILD @@ -7,7 +7,7 @@ url="https://gitlab.freedesktop.org/pixman" arch="all" license="MIT" makedepends="meson libpng-dev linux-headers" -subpackages="$pkgname-dev $pkgname-dbg" +subpackages="$pkgname-static $pkgname-dev $pkgname-dbg" source="https://gitlab.freedesktop.org/pixman/pixman/-/archive/pixman-$pkgver/pixman-pixman-$pkgver.tar.gz" builddir="$srcdir/pixman-pixman-$pkgver" @@ -19,6 +19,7 @@ esac build() { # We need to increase the stacksize here: https://gitlab.gnome.org/GNOME/librsvg/-/issues/595 LDFLAGS="$LDFLAGS -Wl,-z,stack-size=2097152" meson \ + -Ddefault_library=both \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ -- 2.26.2