diff options
-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 |