summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/gcr/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/gcr/APKBUILD b/main/gcr/APKBUILD
index cf70be5b223..8ff09d67cb4 100644
--- a/main/gcr/APKBUILD
+++ b/main/gcr/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gcr
pkgver=3.41.1
-pkgrel=2
+pkgrel=3
pkgdesc="library for bits of crypto UI and parsing"
url="https://wiki.gnome.org/Projects/CryptoGlue"
arch="all"
@@ -33,6 +33,8 @@ source="https://download.gnome.org/sources/gcr/${pkgver%.*}/gcr-$pkgver.tar.xz
options="!check" # testsuite requires community/xvfb-run
build() {
+ # getpass
+ CFLAGS="$CFLAGS -D_BSD_SOURCE" \
abuild-meson \
-Db_lto=true \
-Dgtk_doc=false \