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 703574 - Add configure options to enable static SQLite and non-standard SQLite
Add configure options to enable static SQLite and non-standard SQLite
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.4-GIT
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-07-03 20:00 UTC by Alasdair Ferro
Modified: 2013-08-27 07:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch file for change (6.50 KB, patch)
2013-07-03 20:00 UTC, Alasdair Ferro
none Details | Review

Description Alasdair Ferro 2013-07-03 20:00:10 UTC
The attached patch (created using git diff -u) adds 2 extra options to the configure script:
--with-sqlite3-static Add support for sqlite3 output, using the libsqlite3.a static archive [experimental]
--sqlite3-path path   Use the SQLite install available under 'path'

I have tested this on Linux, but don't have access to other platforms for testing.

Thanks,

Alasdair
Comment 1 Alasdair Ferro 2013-07-03 20:00:47 UTC
Created attachment 248349 [details] [review]
Patch file for change
Comment 2 Dimitri van Heesch 2013-07-03 20:44:47 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 3 Dimitri van Heesch 2013-08-23 15:04:35 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.5. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.
Comment 4 Alasdair Ferro 2013-08-27 07:04:02 UTC
Verified in the 1.8.5 release. Thanks!