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 722773 - Cannot find BDB header on FreeBSD
Cannot find BDB header on FreeBSD
Status: RESOLVED FIXED
Product: libgda
Classification: Other
Component: general
5.2.x
Other FreeBSD
: Normal normal
: ---
Assigned To: malerba
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-22 14:51 UTC by Ting-Wei Lan
Modified: 2014-01-25 13:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow overriding includedir (4.08 KB, patch)
2014-01-22 14:51 UTC, Ting-Wei Lan
none Details | Review

Description Ting-Wei Lan 2014-01-22 14:51:40 UTC
Created attachment 266976 [details] [review]
Allow overriding includedir

BDB headers installed in /usr/local/include/db5 on FreeBSD, which cannot be specified using configure options. I add a configure option --with-bdb-includedir-name, so FreeBSD users can use --with-bdb=/usr/local --with-bdb-libdir-name=lib/db5 --with-bdb-includedir-name=include/db5 to configure libgda.
Comment 1 Koop Mast (kwm) 2014-01-22 16:52:22 UTC
A simular patch as was committed to evolution-data-server could perhaps be used to fix this. https://bugzilla.gnome.org/show_bug.cgi?id=721733