commit 934ec175c2c5a0831a920a33115f2ce5bfa0dd4d parent 05356ba6a4de5dc99dd031b66afe6455cfddfbda Author: Cem Keylan <cem@ckyln.com> Date: Tue, 7 Jan 2020 00:36:47 +0300 sqlite: enable option for qt5 Diffstat:
M | extra/sqlite/build | | | 2 | ++ |
M | extra/sqlite/version | | | 2 | +- |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/extra/sqlite/build b/extra/sqlite/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1" + sed -i 's/ -ltinfo//g' configure ./configure \ diff --git a/extra/sqlite/version b/extra/sqlite/version @@ -1 +1 @@ -3.30.1 1 +3.30.1 2