diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-14 11:05:50 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-14 11:05:50 +0000 |
commit | 2874048b150289d3c133f5537f512973bc566ee3 (patch) | |
tree | 3395e5592471a57c32846c1d3b52a6d5394d889b | |
parent | eccd54fc1ddf35101c9ea049affccb853c969bd6 (diff) |
JavaSQLite only needs Java 1.5.
git-svn-id: http://svn.telesphoreo.org/trunk@78 514c082c-b64e-11dc-b46d-3d985efe055d
-rw-r--r-- | data/javasqlite/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/javasqlite/make.sh b/data/javasqlite/make.sh index db0ce749e..327a45dbc 100644 --- a/data/javasqlite/make.sh +++ b/data/javasqlite/make.sh @@ -3,5 +3,5 @@ cd javasqlite-20071108 pkg:patch autoconf pkg:configure --with-sqlite="${PKG_ROOT}/usr" --with-sqlite3="${PKG_ROOT}/usr" -make +JAVAC_FLAGS='-source 1.5 -target 1.5' make pkg:install |