aboutsummaryrefslogtreecommitdiff
path: root/libs/sqlite3/Config-lib.in
Commit message (Collapse)AuthorAge
* sqlite3: always build a thread-safe librarySebastian Kemper2019-05-23
| | | | | | | | | Pull request #9033 showed that there are problems with builds where thread-safe mode is disabled. The binaries still reference functions from libpthread. This commit removes the thread-safe choice for now. Once this is addressed upstream the choice can be added back. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* sqlite3: add configure switches to menuselectSebastian Kemper2018-12-27
Adds (most) configure switches to menuselect. The defaults are _not_ changed, meaning the default configuration itself remains the same. This enables changing the configuration through menuselect and adds flags that other packages may use. Config.in is renamed to Config-lib.in in anticipation of a future commit where the cli tool package also gets a file to source. The variables also get a prefix change from SQLITE to SQLITE3 in case there will be a new major release in the future that may coexist with sqlite3. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>