core/gpgme: fix

This commit is contained in:
Kevin Mihelich 2022-02-08 14:08:13 +00:00
parent 71f8ce948e
commit 5779fbbb86
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - comment touch on x86 python file
# - add -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 to v7 CPPFLAGS
pkgbase=gpgme
pkgname=(gpgme qgpgme python-gpgme)
@ -31,6 +32,7 @@ prepare() {
build() {
cd ${pkgbase}-${pkgver}
[[ $CARCH == "armv7h" ]] && CPPFLAGS+=' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
./configure \
--prefix=/usr \
--disable-fd-passing \