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 762976 - Embedded sqlite header not added to include path
Embedded sqlite header not added to include path
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
1.6.x
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
tracker-general
Depends on:
Blocks:
 
 
Reported: 2016-03-02 11:22 UTC by David King
Modified: 2016-03-02 11:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix the build failure (2.75 KB, patch)
2016-03-02 11:23 UTC, David King
committed Details | Review

Description David King 2016-03-02 11:22:23 UTC
Embedding sqlite.h means that the include search path needs to be adjusted, or tracker fails to build (without sqlite installed).
Comment 1 David King 2016-03-02 11:23:22 UTC
Created attachment 322842 [details] [review]
fix the build failure

This patch fixes the build of 1.6 on Fedora, and should apply easily enough on 1.4 too.
Comment 2 Carlos Garnacho 2016-03-02 11:52:40 UTC
Comment on attachment 322842 [details] [review]
fix the build failure

Of course :)
Comment 3 David King 2016-03-02 11:57:05 UTC
Review of attachment 322842 [details] [review]:

Thanks! Pushed to tracker-1.6 and tracker-1.4 branches as commit a0be9abc0bffdaedd1e64a45da0eb12509b1ab72 and commit ed5c271cbd959caba53de3ba2f082f4637c9073b.