After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 594627 - Include config.h to avoid build breakage when gpgme is compiled with LFS
Include config.h to avoid build breakage when gpgme is compiled with LFS
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: 2.26.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2009-09-09 11:59 UTC by Vincent Untz
Modified: 2009-09-13 16:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Include config.h to avoid build breakage when gpgme is compiled with LFS (1.01 KB, patch)
2009-09-09 11:59 UTC, Vincent Untz
none Details | Review

Description Vincent Untz 2009-09-09 11:59:12 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.
Comment 1 Vincent Untz 2009-09-09 11:59:14 UTC
Created attachment 142782 [details] [review]
Include config.h to avoid build breakage when gpgme is compiled with LFS
Comment 2 Stef Walter 2009-09-13 16:40:43 UTC
Thanks! Committed to master.