minor fix to readme compile instructions for shared linking

This commit is contained in:
Stephen Lombardo 2010-02-25 11:59:23 -05:00
parent c10960834f
commit 43fc841d6a
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -33,7 +33,7 @@ Example Static linking (replace /opt/local/lib with the path to libcrypto.a)
Example Dynamic linking
./configure CFLAGS="-DSQLITE_HAS_CODEC -lcrypto"
./configure CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
make
[Encrypting a database]