aboutsummaryrefslogtreecommitdiff
path: root/extra/sqlite
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-07 00:36:47 +0300
committerCem Keylan <cem@ckyln.com>2020-01-07 00:36:47 +0300
commit934ec175c2c5a0831a920a33115f2ce5bfa0dd4d (patch)
treef8e4615cac024fef9166134d09174db2fe371b59 /extra/sqlite
parent05356ba6a4de5dc99dd031b66afe6455cfddfbda (diff)
downloadrepository-934ec175c2c5a0831a920a33115f2ce5bfa0dd4d.tar.gz
sqlite: enable option for qt5
Diffstat (limited to 'extra/sqlite')
-rwxr-xr-xextra/sqlite/build2
-rw-r--r--extra/sqlite/version2
2 files changed, 3 insertions, 1 deletions
diff --git a/extra/sqlite/build b/extra/sqlite/build
index b5c79fd1..08c1fd23 100755
--- 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
index 9fc15b14..284be16a 100644
--- a/extra/sqlite/version
+++ b/extra/sqlite/version
@@ -1 +1 @@
-3.30.1 1
+3.30.1 2