From 934ec175c2c5a0831a920a33115f2ce5bfa0dd4d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 7 Jan 2020 00:36:47 +0300 Subject: sqlite: enable option for qt5 --- extra/sqlite/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extra/sqlite/build') 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 \ -- cgit v1.2.3