sqlite3: add configure switches to menuselect
authorSebastian Kemper <sebastian_ml@gmx.net>
Thu, 27 Dec 2018 09:53:58 +0000 (10:53 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Thu, 27 Dec 2018 10:10:31 +0000 (11:10 +0100)
commit0b6d2678c14aec4c1498b9ca756a2317e4919118
tree8b1745e6fe07fbf3040d4625fcce744a33eada6f
parentd5ddc24dfab5bf75714ea32ca0ec228055dfc24f
sqlite3: add configure switches to menuselect

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>
libs/sqlite3/Config-lib.in [new file with mode: 0644]
libs/sqlite3/Config.in [deleted file]
libs/sqlite3/Makefile