mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
sqlite: better method of disabling readline
This commit is contained in:
parent
057d8fd61e
commit
8a8e0d1802
@ -1,16 +1,14 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1"
|
||||
|
||||
sed 's/ -ltinfo//g' configure > _
|
||||
mv -f _ configure
|
||||
chmod +x configure
|
||||
# Required by qt5 and possibly other software.
|
||||
export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-threadsafe \
|
||||
--enable-dynamic-extensions \
|
||||
--enable-fts5
|
||||
--enable-fts5 \
|
||||
ac_cv_search_readline=no \
|
||||
|
||||
make
|
||||
make install
|
||||
|
Loading…
Reference in New Issue
Block a user