diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-14 06:49:15 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-14 06:49:15 +0000 |
commit | afb8d5c837c33cc4516d5cf89d0113a186d794e5 (patch) | |
tree | 08d02f6d7f08f23c46ddfc9ab336081581873e89 /data/sqlite3/make.sh | |
parent | 5fb13e1c8dba959173fcbae8f7a09e1cb4083cef (diff) |
Fixed readline dependency for sqlite3.
git-svn-id: http://svn.telesphoreo.org/trunk@305 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/sqlite3/make.sh')
-rw-r--r-- | data/sqlite3/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sqlite3/make.sh b/data/sqlite3/make.sh index b7cdf9a71..c3179fbb1 100644 --- a/data/sqlite3/make.sh +++ b/data/sqlite3/make.sh @@ -1,5 +1,5 @@ pkg:setup autoconf -pkg:configure --with-readline-inc="$(PKG_DEST_ readline)"/usr/include/readline +pkg:configure --with-readline-inc=-I"$(PKG_DEST_ readline)"/usr/include/readline --with-readline-lib=-lreadline make pkg:install |