summaryrefslogtreecommitdiff
path: root/libxmlsec/xmlsec1-android.patch
blob: 4a7d4e0e5f454668aee5014c7b36cac47d3d9757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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* \
12-05use unique_ptr in OLESimpleStorageNoel Grandin 2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov 2018-11-19loplugin:constantparamNoel Grandin 2018-11-16loplugin:staticmethods improvementNoel Grandin 9fixed timer, idle bugTobias Madl 2014-12-09changed timers to idlesTobias Madl 2014-12-09changed timers to idlesTobias Madl 2014-12-09changed timers to idleJennifer Liebel 2014-12-09changed timers to idleJennifer Liebel 2014-12-09changed timers to idleJennifer Liebel 2014-12-09changed timers to idlesJennifer Liebel 2014-12-09fdo#86871 (part) replace "..." in UI buttonsOlivier Hallot 2014-12-08Remove more unnecessary header includes and use forward declaration.Kohei Yoshida 2014-12-08Move these to Impl and remove boost::optional include.Kohei Yoshida 2014-12-08Add Impl to SdrObject and hide ObjectUser member.Kohei Yoshida 2014-12-08Copying linked graphic between components is brokenZolnai Tamás 2014-12-07Introduce ParaspaceIncrease/Decrease commands in Writer and CalcMaxim Monastirsky 2014-12-05fdo#38835 strip out OUString globalsNoel Grandin 2014-12-05Broken castStephan Bergmann 2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann 2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann 2014-12-04be more explicitDavid Tardon 2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon 2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon 2014-12-04HAVE_FEATURE_DESKTOP is always defined, it is 0 or 1Tor Lillqvist 2014-12-04Don't use this quick hack on Android.Andrzej Hunt 2014-12-04callcatcher: update unused codeCaolán McNamara