From 58ba34844a9b1b70e1192abd303544b452f3ad33 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 3 Nov 2011 17:22:45 +0200 Subject: Add the xmlsec1 Android patch --- libxmlsec/xmlsec1-android.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libxmlsec/xmlsec1-android.patch (limited to 'libxmlsec/xmlsec1-android.patch') diff --git a/libxmlsec/xmlsec1-android.patch b/libxmlsec/xmlsec1-android.patch new file mode 100644 index 000000000000..4a7d4e0e5f45 --- /dev/null +++ b/libxmlsec/xmlsec1-android.patch @@ -0,0 +1,20 @@ +--- misc/build/xmlsec1-1.2.14/config.sub ++++ misc/build/xmlsec1-1.2.14/config.sub +@@ -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* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) +@@ -1275,7 +1275,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* \ -- cgit