diff options
Diffstat (limited to 'community')
-rwxr-xr-x | community/gpgme/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gpgme/build b/community/gpgme/build index 37ab54ba..a4fa82cf 100755 --- a/community/gpgme/build +++ b/community/gpgme/build @@ -8,7 +8,7 @@ --disable-gpg-test \ --disable-gpgconf-test -clsed '$a#define _LARGEFILE64_SOURCE' conf/config.h +printf '%s\n' '#define _LARGEFILE64_SOURCE' >> conf/config.h make make DESTDIR="$1" install |