File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SQLCIPHER_CFLAGS := -DHAVE_USLEEP=1 -DSQLITE_HAS_CODEC \
1313 -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_RTREE \
1414 -DSQLITE_SOUNDEX -DSQLITE_ENABLE_STAT3 -DSQLITE_ENABLE_FTS4_UNICODE61 \
1515 -DSQLITE_THREADSAFE -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS3_PARENTHESIS \
16- -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_FTS5
16+ -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_FTS5 -DSQLCIPHER_CRYPTO_OPENSSL
1717
1818.PHONY : clean develop-zip release-zip release
1919
@@ -29,6 +29,7 @@ build-openssl-libraries:
2929build-amalgamation :
3030 cd ${SQLCIPHER_DIR} && \
3131 ./configure --enable-tempstore=yes \
32+ --with-crypto-lib=none \
3233 CFLAGS=" ${SQLCIPHER_CFLAGS} " && \
3334 make sqlite3.c
3435
You can’t perform that action at this time.
0 commit comments