diff options
author | Jay Freeman <saurik@saurik.com> | 2008-03-08 12:02:00 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-03-08 12:02:00 +0000 |
commit | 3f47723bb990db856fd3683aa6d35c08c56330ff (patch) | |
tree | 8217a11b497793c441494ba8cf81da6e5edd0ab0 /data | |
parent | 3853a55ec40769c8ade4d51749d49c2bcef99e79 (diff) |
Removed a -rpath from JavaSQLite for... some reason.
git-svn-id: http://svn.telesphoreo.org/trunk@176 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data')
-rw-r--r-- | data/javasqlite/port.diff (renamed from data/javasqlite/mkconst.diff) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/data/javasqlite/mkconst.diff b/data/javasqlite/port.diff index 96502c855..fc4036f43 100644 --- a/data/javasqlite/mkconst.diff +++ b/data/javasqlite/port.diff @@ -1,8 +1,12 @@ 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 2007-12-28 12:12:23.000000000 +0000 -@@ -125,9 +125,9 @@ - -rpath $(NATIVE_LIB_DIR) $(LIBS) ++++ 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) native/mkconst: native/mkconst.c - $(LIBTOOL) $(CC) $(SQLITE_INC) $(SQLITE3_INC) \ |