GNOME Bugzilla – Bug 594627
Include config.h to avoid build breakage when gpgme is compiled with LFS
Last modified: 2009-09-13 16:40:43 UTC
The build can break with: /usr/include/gpgme.h:80:2: error: #error GPGME was compiled with _FILE_OFFSET_BITS = 64, please see the section "Largefile support (LFS)" in the GPGME manual. Attached patch should fix this.
Created attachment 142782 [details] [review] Include config.h to avoid build breakage when gpgme is compiled with LFS
Thanks! Committed to master.