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 666801 - Fix build with encryption support
Fix build with encryption support
Status: RESOLVED FIXED
Product: almanah
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: diary-maint
diary-maint
Depends on:
Blocks:
 
 
Reported: 2011-12-24 10:56 UTC by Vincent Untz
Modified: 2012-01-06 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build with encryption support (313 bytes, patch)
2011-12-24 10:57 UTC, Vincent Untz
committed Details | Review

Description Vincent Untz 2011-12-24 10:56:36 UTC
I get this:

In file included from storage-manager.c:30:0:
/usr/include/gpgme.h:86:2: error: #error GPGME was compiled with _FILE_OFFSET_BITS = 64, please see the section "Largefile support (LFS)" in the GPGME manual.

This is easy to fix, here's a patch.
Comment 1 Vincent Untz 2011-12-24 10:57:02 UTC
Created attachment 204171 [details] [review]
Fix build with encryption support
Comment 2 Philip Withnall 2011-12-24 23:47:28 UTC
Review of attachment 204171 [details] [review]:

Looks good to me. Please commit to master, thanks!