mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
sqlite: nit
This commit is contained in:
parent
8f15fc7958
commit
4dbeab1229
@ -1,7 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Required by qt5 and possibly other software.
|
||||
export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1"
|
||||
export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user