summaryrefslogtreecommitdiff
path: root/libxml2
AgeCommit message (Collapse)AuthorFilesLines
2012-02-23set back rpath to ure/lib for libxml on MACPetr Mladek1-1/+1
The library is installed in ure/lib. Thanks Stefan Bergman for the pointer.
2012-02-23support using for libxml2 internal on MacOSXNorbert Thiebaud2-1/+3
2011-11-10Make also the libxml2 library file name end in .so for AndroidTor Lillqvist3-0/+20
2011-10-27chmod -xTor Lillqvist3-0/+0
2011-10-27Don't build libxml2.dll against debugging runtime for --enable-debugTor Lillqvist1-1/+1
Passing the debug=yes option to libxml2's configure.js causes it to be built against the debugging runtime, which is not what we want if we just have used --enable-debug. It is with --enable-dbgutil that we want to use the debugging runtime. So look at $(dbgutil), not $(debug).
2011-09-27Make Android cross-build workingThorsten Behrens2-10/+19
In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
2011-08-31Escaped non-ASCII characters from source files.Takashi Nakamoto2-1/+34
Building libxml2 with VC++ 2008 Express Edition on Windows platform where the locale is Japanese (or maybe Korean, Chinese or others) fails because some files generated by test tools in libxml2 contains non-ASCII characters. This issue is originally reported in OpenOffice.org community (issue 93433) and a patch is provided by tora, but it has not been applied yet. This modification is based on the patch and adapted to the current LibreOffice source.
2011-08-23fix build error for the moment, apply mingw patch only for mingw caseCaolán McNamara1-3/+4
2011-08-23Fix mingw cross-build of libxml2.Jan Holesovsky2-48/+22
2011-06-09Cross-compilation support for AndroidTor Lillqvist3-2/+28
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist1-1/+1
2011-06-04conditionalize libxml dependencyChristian Lohmaier1-2/+2
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-9/+9
2011-05-30Drop unnecessary quotes around platform tripletsTor Lillqvist1-1/+1
2011-05-24TypoTor Lillqvist1-1/+1
2011-05-24Cross-compilation support and iOS in particularTor Lillqvist1-1/+12
2011-05-21Drop OS2Tor Lillqvist1-5/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky2-0/+38
Conflicts: graphite/makefile.mk libxml2/makefile.mk
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-5/+1
Conflicts: boost/aliasing.patch boost/makefile.mk cairo/cairo/makefile.mk cairo/pixman/makefile.mk dictionaries/da_DK/README_th_da_DK.txt dictionaries/da_DK/description.xml dictionaries/da_DK/dictionaries.xcu dictionaries/da_DK/makefile.mk dictionaries/da_DK/th_da_DK.dat dictionaries/de_AT/th_de_AT_v2.idx dictionaries/de_CH/th_de_CH_v2.idx dictionaries/de_DE/COPYING dictionaries/de_DE/COPYING_GPLv2 dictionaries/de_DE/COPYING_GPLv2.txt dictionaries/de_DE/README_extension_owner.txt dictionaries/de_DE/README_th_de_DE_v2.txt dictionaries/de_DE/makefile.mk dictionaries/de_DE/th_de_DE_v2.idx icu/makefile.mk moz/makefile.mk python/makefile.mk
2011-02-24jl164 #i109096# libxml2 fails when using long paths on windowsJoachim Lingner2-0/+37
2011-02-08Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky1-5/+26
Conflicts: dictionaries/prj/build.lst dictionaries/uk_UA/makefile.mk hunspell/makefile.mk
2011-01-25#i10000# #i10000# changes from OOO330 m20Vladimir Glazunov1-5/+26
2011-01-07impress208: #164350# better xpath handlingChristian Lippka ORACLE1-5/+26
2011-01-06mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono1-1/+1
2011-01-03impress208: #164350# fixed a security issue in 3rd party library libxml2Christian Lippka ORACLE1-5/+26
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky2-0/+50
2010-12-14merge OOO330Hans-Joachim Lankenau2-0/+50
2010-12-13XPATH handling fixRene Engelhard2-0/+50
Signed off by Petr Mladek <pmladek@suse.cz>
2010-12-07Actually build internal libxml2 with debug symbols in debug buildsCédric Bosdonnat1-0/+3
2010-12-06impress206: fix libxml2 issue (thanks rene for the patch)Michael Stahl2-0/+50
2010-10-20Build fixes for VC++ 10Jesús Corrius2-1/+17
2010-10-13update libtooling and config.guess for aix 7Caolán McNamara2-2/+23
2010-09-16sb126: merged in DEV300_m87sb3-13/+63
2010-07-21CWS-TOOLING: integrate CWS solaris10u8_OOO330Jens-Heiner Rechtien3-13/+63
2010-07-12solaris10u8: #i112480#: build libxml2 with versioned symbols on solaris:Michael Stahl3-13/+63
libxml2-gnome602728.patch: remove (disables version script). libxml2-global-symbols.patch: export various global variable symbols.
2010-06-30sb126: merged in DEV300_m84sb2-3/+27
2010-06-22sb126: #i110197# remove -Wl,-z,noexecstack hacksb1-4/+0
2010-06-12i#112159: MinGW port: more fix for libxml2 2.7.6 to avoid using pthreadstono1-0/+13
2010-06-06i#112159: MinGW port: libxmlsec 1.2.14, libxml2 2.7.6, libxslt 1.1.26tono2-1/+12
2010-06-05mingwport30: merge with DEV300 m80tono7-444/+180
2010-06-05i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 : more fixestono1-1/+1
2010-05-31i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono1-3/+3
2010-05-19xmlsec1_2_14: update to DEV300m77Hans-Joachim Lankenau1-0/+1
2010-03-10ause110: update to DEV300_m74Hans-Joachim Lankenau1-5/+1
2010-03-02xmlsec1_2_14: merge with DEV300 m73Caolán McNamara1-5/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-5/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-15ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau1-0/+1
2009-12-18xmlsec1_2_14: #i107747#: solaris problemsCaolán McNamara2-1/+14
2009-12-17xmlsec1_2_14: #i107747#: track upstream bug id for this patchCaolán McNamara2-1/+1
2009-12-17xmlsec1_2_14: #i107747#: fix missing casts on sun studioCaolán McNamara2-1/+22