Build with large file support

gpgme is built with large file support by default, and checks that
its ABI (size of off_t) matches the ABI expected by library users
like flatpak. This caused build failures on Debian i386 and powerpc.

Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
Simon McVittie
2017-04-03 23:20:15 +01:00
committed by Alexander Larsson
parent 8bbcf0b23b
commit af3e9ecffd

View File

@@ -32,6 +32,7 @@ GLIB_REQS=2.44
SYSTEM_BWRAP_REQS=0.1.5
OSTREE_REQS=2016.14
AC_SYS_LARGEFILE
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC