summaryrefslogtreecommitdiff
path: root/data/javasqlite/mkconst.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-01 05:58:43 +0000
committerJay Freeman <saurik@saurik.com>2008-01-01 05:58:43 +0000
commitea2670c18699e514ee1d65dfd35ad22c296a74e7 (patch)
tree6826a5266d78c22210c194772a8daed06ef0a19c /data/javasqlite/mkconst.diff
parenta45e85d54e8df7a333946cc52fec519fc6aa4d87 (diff)
Initial commit.
git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/javasqlite/mkconst.diff')
-rw-r--r--data/javasqlite/mkconst.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/javasqlite/mkconst.diff b/data/javasqlite/mkconst.diff
new file mode 100644
index 000000000..96502c855
--- /dev/null
+++ b/data/javasqlite/mkconst.diff
@@ -0,0 +1,15 @@
+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)
+
+ 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