summaryrefslogtreecommitdiff
path: root/redland
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-09-27 18:06:49 +0200
committerThorsten Behrens <tbehrens@novell.com>2011-09-27 18:06:49 +0200
commited73eb561c8176ac552d8cab0a587043c25f6799 (patch)
tree69a081100a2d42187b7f93fc56ae9dbf8f59254d /redland
parent201344f80572d839f9c5ff7ff6359f6555f93932 (diff)
More Android config.sub fixing.
This time the redland library.
Diffstat (limited to 'redland')
-rw-r--r--redland/redland/redland-1.0.8.patch.autotools20
1 files changed, 20 insertions, 0 deletions
diff --git a/redland/redland/redland-1.0.8.patch.autotools b/redland/redland/redland-1.0.8.patch.autotools
index 5b29d0b7708b..c46b69dadb2e 100644
--- a/redland/redland/redland-1.0.8.patch.autotools
+++ b/redland/redland/redland-1.0.8.patch.autotools
@@ -1,3 +1,23 @@
+--- misc/redland-1.0.8/config.sub 2008-06-28 19:57:26.000000000 +0200
++++ misc/build/redland-1.0.8/config.sub 2011-09-27 15:16:38.000000000 +0200
+@@ -120,7 +120,7 @@
+ # Here we must recognize all the valid KERNEL-OS combinations.
+ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
+ case $maybe_os in
+- nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
++ nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
+ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
+ storm-chaos* | os2-emx* | rtmk-nova*)
+ os=-$maybe_os
+@@ -1262,7 +1262,7 @@
+ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
+ | -chorusos* | -chorusrdb* | -cegcc* \
+ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
+- | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
++ | -mingw32* | -linux-gnu* | -linux-androideabi* | -linux-newlib* | -linux-uclibc* \
+ | -uxpv* | -beos* | -mpeix* | -udk* \
+ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
+ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
--- misc/redland-1.0.8/configure Fri Jul 4 18:00:39 2008
+++ misc/build/redland-1.0.8/configure Wed Feb 18 13:27:43 2009
@@ -4671,7 +4671,7 @@