We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef847a commit 6178ecaCopy full SHA for 6178eca
runme.sh
@@ -10,7 +10,7 @@ rm -Rf sqlcipher/
10
git clone https://github.com/sqlcipher/sqlcipher
11
cd sqlcipher/
12
git checkout "$_SQLCIPHER_"
13
-./configure --disable-tcl --disable-shared --enable-static=yes --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL"
+./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"
14
make sqlite3.c
15
16
ls -hal sqlite3.h sqlite3ext.h sqlite3.c
0 commit comments