diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-14 06:40:27 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-14 06:40:27 +0000 |
commit | c5b46c3d49905f20ce8d3fb05ee0deb2b7b238c6 (patch) | |
tree | 9a015a057e1585975cea1a5f365beb0a96dc2998 /data/sqlite3 | |
parent | 544c5d8f26d63f2b5751af39b955c93668d83034 (diff) |
Added readline support to sqlite3.
git-svn-id: http://svn.telesphoreo.org/trunk@303 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/sqlite3')
l--------- | data/sqlite3/_metadata/readline.dep | 1 | ||||
-rw-r--r-- | data/sqlite3/make.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/sqlite3/_metadata/readline.dep b/data/sqlite3/_metadata/readline.dep new file mode 120000 index 000000000..f35c9185b --- /dev/null +++ b/data/sqlite3/_metadata/readline.dep @@ -0,0 +1 @@ +../../readline
\ No newline at end of file diff --git a/data/sqlite3/make.sh b/data/sqlite3/make.sh index 7dac292bc..b7cdf9a71 100644 --- a/data/sqlite3/make.sh +++ b/data/sqlite3/make.sh @@ -1,5 +1,5 @@ pkg:setup autoconf -pkg:configure +pkg:configure --with-readline-inc="$(PKG_DEST_ readline)"/usr/include/readline make pkg:install |