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/javasqlite/port.diff | |
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/javasqlite/port.diff')
-rw-r--r-- | data/javasqlite/port.diff | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/javasqlite/port.diff b/data/javasqlite/port.diff new file mode 100644 index 000000000..fc4036f43 --- /dev/null +++ b/data/javasqlite/port.diff @@ -0,0 +1,19 @@ +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) + + native/mkconst: native/mkconst.c +- $(LIBTOOL) $(CC) $(SQLITE_INC) $(SQLITE3_INC) \ ++ $(LIBTOOL) gcc $(SQLITE_INC) $(SQLITE3_INC) \ + -DHAVE_SQLITE2=@HAVE_SQLITE2@ -DHAVE_SQLITE3=@HAVE_SQLITE3@ \ +- -o native/mkconst native/mkconst.c $(LIBS) ++ -o native/mkconst native/mkconst.c + + Makefile: Makefile.in configure config.status + ./config.status |