diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-07 00:36:47 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-07 00:36:47 +0300 |
commit | 934ec175c2c5a0831a920a33115f2ce5bfa0dd4d (patch) | |
tree | f8e4615cac024fef9166134d09174db2fe371b59 /extra/sqlite | |
parent | 05356ba6a4de5dc99dd031b66afe6455cfddfbda (diff) | |
download | repository-934ec175c2c5a0831a920a33115f2ce5bfa0dd4d.tar.gz |
sqlite: enable option for qt5
Diffstat (limited to 'extra/sqlite')
-rwxr-xr-x | extra/sqlite/build | 2 | ||||
-rw-r--r-- | extra/sqlite/version | 2 |
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 |