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