summaryrefslogtreecommitdiff
path: root/data/sqlite3
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-04-23 21:21:44 +0000
committerJay Freeman <saurik@saurik.com>2008-04-23 21:21:44 +0000
commitff31e0ea0ab2c75254bd8e842301822f05e6cbb1 (patch)
tree956d3639ba063c9ff87ddeaf8c0e37936c3df8f3 /data/sqlite3
parent9746156637461df00082f6a468e66b7384079f7d (diff)
Fixed a compatibility issue in sqlite3 where the namespace had been summarily flattened.
git-svn-id: http://svn.telesphoreo.org/trunk@236 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/sqlite3')
-rw-r--r--data/sqlite3/macosx.diff21
-rw-r--r--data/sqlite3/make.sh1
2 files changed, 22 insertions, 0 deletions
diff --git a/data/sqlite3/macosx.diff b/data/sqlite3/macosx.diff
new file mode 100644
index 000000000..68fecfc54
--- /dev/null
+++ b/data/sqlite3/macosx.diff
@@ -0,0 +1,21 @@
+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]])
diff --git a/data/sqlite3/make.sh b/data/sqlite3/make.sh
index 452a4bfd5..7dac292bc 100644
--- a/data/sqlite3/make.sh
+++ b/data/sqlite3/make.sh
@@ -1,4 +1,5 @@
pkg:setup
+autoconf
pkg:configure
make
pkg:install