~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] main/pixman: re-introduce pixman-static

Details
Message ID
<20200509134008.31089-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +2 -1
---
 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
Reply to thread Export thread (mbox)