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/port.diff | |
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/port.diff')
-rw-r--r-- | data/javasqlite/port.diff | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/data/javasqlite/port.diff b/data/javasqlite/port.diff index fc4036f43..086fdcfba 100644 --- a/data/javasqlite/port.diff +++ b/data/javasqlite/port.diff @@ -1,12 +1,8 @@ -diff -ru javasqlite-20071108/Makefile.in javasqlite-20071108+iPhone/Makefile.in ---- javasqlite-20071108/Makefile.in 2007-10-25 06:30:12.000000000 +0000 -+++ javasqlite-20071108+iPhone/Makefile.in 2008-03-03 06:42:20.000000000 +0000 -@@ -122,12 +122,12 @@ - - libsqlite_jni.la: sqlite_jni.lo - $(LIBTOOL) $(CC) -o libsqlite_jni.la sqlite_jni.lo \ -- -rpath $(NATIVE_LIB_DIR) $(LIBS) -+ $(LIBS) +diff -ru javasqlite-20080130/Makefile.in javasqlite-20080130+iPhone/Makefile.in +--- javasqlite-20080130/Makefile.in 2008-01-07 18:14:29.000000000 +0000 ++++ javasqlite-20080130+iPhone/Makefile.in 2008-03-11 02:54:34.000000000 +0000 +@@ -126,9 +126,9 @@ + -rpath $(NATIVE_LIB_DIR) $(LIBS) native/mkconst: native/mkconst.c - $(LIBTOOL) $(CC) $(SQLITE_INC) $(SQLITE3_INC) \ |