We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c109608 commit 43fc841Copy full SHA for 43fc841
README
@@ -33,7 +33,7 @@ Example Static linking (replace /opt/local/lib with the path to libcrypto.a)
33
34
Example Dynamic linking
35
36
- ./configure CFLAGS="-DSQLITE_HAS_CODEC -lcrypto"
+ ./configure CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
37
make
38
39
[Encrypting a database]
0 commit comments