sqlite: enable option for qt5

This commit is contained in:
Dylan Araps 2019-11-28 23:05:20 +00:00
parent 27cb2c8048
commit df19703abc
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
export CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1"
sed -i 's/ -ltinfo//g' configure
./configure \

View File

@ -1 +1 @@
3.30.1 1
3.30.1 2