diff options
author | Jay Freeman <saurik@saurik.com> | 2008-03-11 03:37:32 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-03-11 03:37:32 +0000 |
commit | 2048c0f0d9fba74a699399e19b1ed99147d6cea4 (patch) | |
tree | ed563bb0ddf966545a6e2b4eeb4c405e72982d7b /data/javasqlite/make.sh | |
parent | fca8c6ee90f03fea0664e7b764a04a4fccbea025 (diff) |
Upgraded to the latest JavaSQLite (20080130).
git-svn-id: http://svn.telesphoreo.org/trunk@184 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/javasqlite/make.sh')
-rw-r--r-- | data/javasqlite/make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/javasqlite/make.sh b/data/javasqlite/make.sh index 327a45dbc..9b67a553f 100644 --- a/data/javasqlite/make.sh +++ b/data/javasqlite/make.sh @@ -1,5 +1,5 @@ -tar -zxvf "${PKG_DATA}/javasqlite-20071108.tar.gz" -cd javasqlite-20071108 +pkg:extract +cd * pkg:patch autoconf pkg:configure --with-sqlite="${PKG_ROOT}/usr" --with-sqlite3="${PKG_ROOT}/usr" |