Skip to content

Commit 6178eca

Browse files
committed
tweaks for version 4.7.0
1 parent eef847a commit 6178eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rm -Rf sqlcipher/
1010
git clone https://github.com/sqlcipher/sqlcipher
1111
cd sqlcipher/
1212
git checkout "$_SQLCIPHER_"
13-
./configure --disable-tcl --disable-shared --enable-static=yes --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL"
13+
./configure --disable-tcl --disable-shared --with-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_EXTRA_INIT=sqlcipher_extra_init -DSQLITE_EXTRA_SHUTDOWN=sqlcipher_extra_shutdown"
1414
make sqlite3.c
1515

1616
ls -hal sqlite3.h sqlite3ext.h sqlite3.c

0 commit comments

Comments
 (0)