summaryrefslogtreecommitdiff
path: root/data/sqlite3/macosx.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-08-02 06:10:29 +0000
committerJay Freeman <saurik@saurik.com>2008-08-02 06:10:29 +0000
commit9dc5582fea127dddd443efa44b8bed53ad575574 (patch)
tree2a17aa947aef0f722fcebdda359923cc6a787345 /data/sqlite3/macosx.diff
parent4d7545a73268d1909469cb725d35b6fc84c64570 (diff)
Various fixes for AppStore compatibility and libsqlite3.
git-svn-id: http://svn.telesphoreo.org/trunk@412 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/sqlite3/macosx.diff')
-rw-r--r--data/sqlite3/macosx.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/data/sqlite3/macosx.diff b/data/sqlite3/macosx.diff
deleted file mode 100644
index 68fecfc54..000000000
--- a/data/sqlite3/macosx.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ru sqlite-3.5.4/aclocal.m4 sqlite-3.5.4+iPhone/aclocal.m4
---- sqlite-3.5.4/aclocal.m4 2007-06-12 12:17:59.000000000 +0000
-+++ sqlite-3.5.4+iPhone/aclocal.m4 2008-04-18 19:20:01.000000000 +0000
-@@ -3116,7 +3116,7 @@
- ;;
- *) # Darwin 1.3 on
- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-- _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
- else
- case ${MACOSX_DEPLOYMENT_TARGET} in
- 10.[[012]])
-@@ -5891,7 +5891,7 @@
- ;;
- *) # Darwin 1.3 on
- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-- _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
- else
- case ${MACOSX_DEPLOYMENT_TARGET} in
- 10.[[012]])