diff options
author | Jay Freeman <saurik@saurik.com> | 2009-08-11 11:54:37 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-08-11 11:54:37 +0000 |
commit | 1790b69b7e010d910eee1f90c34c5dcd2a12b92b (patch) | |
tree | 07ab2b099ea1b79d27c709532e95f5e46f683de3 /data | |
parent | 02e9335703a95d11207343cc6e54340c4b200c2a (diff) |
Split -framework code out of 'tempdir.diff'.
git-svn-id: http://svn.telesphoreo.org/trunk@658 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data')
-rw-r--r-- | data/_sqlite3/framework.diff | 16 | ||||
-rw-r--r-- | data/_sqlite3/tempdir.diff | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/data/_sqlite3/framework.diff b/data/_sqlite3/framework.diff new file mode 100644 index 000000000..f336c83dc --- /dev/null +++ b/data/_sqlite3/framework.diff @@ -0,0 +1,16 @@ +diff -ru sqlite-3.5.9/Makefile.in sqlite-3.5.9+iPhone/Makefile.in +--- sqlite-3.5.9/Makefile.in 2008-05-12 17:10:26.000000000 +0000 ++++ sqlite-3.5.9+iPhone/Makefile.in 2008-08-01 08:21:45.000000000 +0000 +@@ -413,10 +413,12 @@ + + libsqlite3.la: $(LIBOBJ) + $(LTLINK) -o $@ $(LIBOBJ) $(TLIBS) \ ++ -framework CoreFoundation -framework Foundation \ + ${ALLOWRELEASE} -rpath "$(libdir)" -version-info "8:6:8" + + libtclsqlite3.la: tclsqlite.lo libsqlite3.la + $(LTLINK) -o $@ tclsqlite.lo \ ++ -framework CoreFoundation -framework Foundation \ + $(LIBOBJ) @TCL_STUB_LIB_SPEC@ $(TLIBS) \ + -rpath "$(libdir)/sqlite" \ + -version-info "8:6:8" diff --git a/data/_sqlite3/tempdir.diff b/data/_sqlite3/tempdir.diff index fb862fb1a..c4a411e9b 100644 --- a/data/_sqlite3/tempdir.diff +++ b/data/_sqlite3/tempdir.diff @@ -1,19 +1,3 @@ -diff -ru sqlite-3.5.9/Makefile.in sqlite-3.5.9+iPhone/Makefile.in ---- sqlite-3.5.9/Makefile.in 2008-05-12 17:10:26.000000000 +0000 -+++ sqlite-3.5.9+iPhone/Makefile.in 2008-08-01 08:21:45.000000000 +0000 -@@ -413,10 +413,12 @@ - - libsqlite3.la: $(LIBOBJ) - $(LTLINK) -o $@ $(LIBOBJ) $(TLIBS) \ -+ -framework CoreFoundation -framework Foundation \ - ${ALLOWRELEASE} -rpath "$(libdir)" -version-info "8:6:8" - - libtclsqlite3.la: tclsqlite.lo libsqlite3.la - $(LTLINK) -o $@ tclsqlite.lo \ -+ -framework CoreFoundation -framework Foundation \ - $(LIBOBJ) @TCL_STUB_LIB_SPEC@ $(TLIBS) \ - -rpath "$(libdir)/sqlite" \ - -version-info "8:6:8" diff -ru sqlite-3.5.9/src/os_unix.c sqlite-3.5.9+iPhone/src/os_unix.c --- sqlite-3.5.9/src/os_unix.c 2008-05-13 12:51:29.000000000 +0000 +++ sqlite-3.5.9+iPhone/src/os_unix.c 2008-08-01 08:18:14.000000000 +0000 |