diff options
author | Jay Freeman <saurik@saurik.com> | 2009-06-15 06:24:23 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-06-15 06:24:23 +0000 |
commit | a334118154bc7ab0ae0ed078f4b89a61f63cca6b (patch) | |
tree | 4d6bee17602c3efbb3c5e737721396c0d69cfa1f /data/sqlite3/make.sh | |
parent | aa3c53331ee9464d20a6792c6ab4a61780373d2c (diff) |
Stage 1 of SVN sqlite3 remap.
git-svn-id: http://svn.telesphoreo.org/trunk@615 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/sqlite3/make.sh')
-rw-r--r-- | data/sqlite3/make.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/sqlite3/make.sh b/data/sqlite3/make.sh deleted file mode 100644 index c3179fbb1..000000000 --- a/data/sqlite3/make.sh +++ /dev/null @@ -1,5 +0,0 @@ -pkg:setup -autoconf -pkg:configure --with-readline-inc=-I"$(PKG_DEST_ readline)"/usr/include/readline --with-readline-lib=-lreadline -make -pkg:install |