aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libxshmfence/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libxshmfence/APKBUILD b/main/libxshmfence/APKBUILD
index 89f21cda0e..501645e209 100644
--- a/main/libxshmfence/APKBUILD
+++ b/main/libxshmfence/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=libxshmfence
pkgver=1.2
-pkgrel=3
+pkgrel=4
pkgdesc="X11 shared memory fences"
url="https://www.x.org/"
arch="all"
@@ -16,7 +16,7 @@ source="https://www.x.org/releases/individual/lib/libxshmfence-$pkgver.tar.bz2"
build() {
cd "$builddir"
- ./configure \
+ CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" ./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \