-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: trunk
-
Fix Version/s: None
-
Component/s: Unknown
-
Labels:None
Gentoo does not like it when external libraries are implicitly linked to when they are optional, as is currently done with sqlite. To solve this issue, I wrote a small addition to enforcer/configure.ac that adds a --disable-sqlite3 option.
Default is still to use sqlite. When both mysql and sqlite are enabled (or disabled) a configure error is thrown.