Corrected a typo in 911-sqlite
This commit is contained in:
parent
256e8334a2
commit
52575b817e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
set -e
|
||||
cd $PKGDIR
|
||||
|
||||
./configure --prefix=/usr --disable-static\
|
||||
./configure --prefix=/usr --disable-static \
|
||||
CFLAGS="-g -O2 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" &&
|
||||
make
|
||||
if ! [ -z $PKG_DEST ]; then
|
||||
|
|
Reference in a new issue