sqlite3: small improvements
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 30 Dec 2018 12:37:30 +0000 (13:37 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 30 Dec 2018 12:37:32 +0000 (13:37 +0100)
commita34c27d9a454a8e2a7901e83d3ee19cbc2e21ce4
treeff198d44f9bc186a757be7c58bcf2fb4a3ed25d5
parent4e30b3b62adb6de6fda96f9c276bcc9ac8002acc
sqlite3: small improvements

This commit:

 - adds support for parallel builds (the possibilities of building parts
   of sqlite3 in parellel are limited, but there is no downside)

 - adds a CVE/CPE ID

 - Removes useless "=1" from -D[EFINES]

 - Adds --disable-debug (default anyway, just makes it explicit), put
   --disable-static-shell up top to sort the list alphabetically

 - Saves one INSTALL_DIR line in the end

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/sqlite3/Makefile