summaryrefslogtreecommitdiff
path: root/libxml2/makefile.mk
AgeCommit message (Collapse)Author
2011-11-10Make also the libxml2 library file name end in .so for AndroidTor Lillqvist
2011-10-27chmod -xTor Lillqvist
2011-10-27Don't build libxml2.dll against debugging runtime for --enable-debugTor Lillqvist
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 Behrens
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 Nakamoto
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 McNamara
2011-08-23Fix mingw cross-build of libxml2.Jan Holesovsky
2011-06-09Cross-compilation support for AndroidTor Lillqvist
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist
2011-06-04conditionalize libxml dependencyChristian Lohmaier
2011-05-30Drop unnecessary quotes around platform tripletsTor Lillqvist
2011-05-24TypoTor Lillqvist
2011-05-24Cross-compilation support and iOS in particularTor Lillqvist
2011-05-21Drop OS2Tor Lillqvist
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
Conflicts: graphite/makefile.mk libxml2/makefile.mk
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
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 Lingner
2011-01-06mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky
2010-12-14merge OOO330Hans-Joachim Lankenau
2010-12-13XPATH handling fixRene Engelhard
Signed off by Petr Mladek <pmladek@suse.cz>
2010-12-07Actually build internal libxml2 with debug symbols in debug buildsCédric Bosdonnat
2010-12-06impress206: fix libxml2 issue (thanks rene for the patch)Michael Stahl
2010-10-20Build fixes for VC++ 10Jesús Corrius
2010-10-13update libtooling and config.guess for aix 7Caolán McNamara
2010-09-16sb126: merged in DEV300_m87sb
2010-07-21CWS-TOOLING: integrate CWS solaris10u8_OOO330Jens-Heiner Rechtien
2010-07-12solaris10u8: #i112480#: build libxml2 with versioned symbols on solaris:Michael Stahl
libxml2-gnome602728.patch: remove (disables version script). libxml2-global-symbols.patch: export various global variable symbols.
2010-06-30sb126: merged in DEV300_m84sb
2010-06-22sb126: #i110197# remove -Wl,-z,noexecstack hacksb
2010-06-06i#112159: MinGW port: libxmlsec 1.2.14, libxml2 2.7.6, libxslt 1.1.26tono
2010-06-05mingwport30: merge with DEV300 m80tono
2010-06-05i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 : more fixestono
2010-05-31i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono
2010-05-19xmlsec1_2_14: update to DEV300m77Hans-Joachim Lankenau
2010-03-10ause110: update to DEV300_m74Hans-Joachim Lankenau
2010-03-02xmlsec1_2_14: merge with DEV300 m73Caolán McNamara
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
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 Lankenau
2009-12-18xmlsec1_2_14: #i107747#: solaris problemsCaolán McNamara
2009-12-17xmlsec1_2_14: #i107747#: track upstream bug id for this patchCaolán McNamara
2009-12-17xmlsec1_2_14: #i107747#: fix missing casts on sun studioCaolán McNamara
2009-12-17xmlsec1_2_14: #i107747#: upgrade to latest xmlsec1, libxml2 and libxsltCaolán McNamara
2009-09-16CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien
2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")
2009-08-26CWS-TOOLING: integrate CWS mingwport22Vladimir Glazounov
2009-08-19 16:18:46 +0200 tono r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono r274321 : i#103791: mingw port fix typo
2009-02-19CWS-TOOLING: integrate CWS ause099Oliver Bolte
2009-01-29 12:30:57 +0100 hjs r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt r266799 : Header 2009-01-22 19:14:25 +0100 hjs r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)
2008-07-22INTEGRATION: CWS os2port03 (1.17.22); FILE MERGEDOliver Bolte
2008/07/16 13:38:15 obr 1.17.22.5: RESYNC: (1.17.18.1-1.23); FILE MERGED 2008/04/15 04:13:13 obr 1.17.22.4: merged in fix from rev 1.19 2008/01/15 20:41:44 obr 1.17.22.3: build fix 2008/01/15 14:33:56 obr 1.17.22.2: RESYNC: (1.17-1.17.18.1); FILE MERGED 2008/01/14 16:32:22 ydario 1.17.22.1: build also on os2. Issue number:i85203 Submitted by:ydario
2008-06-16INTEGRATION: CWS hr51 (1.21.4); FILE MERGEDRüdiger Timm
2008/05/14 14:51:51 hr 1.21.4.1: #i88947#: add ARCH_FLAG for Solaris LP64
2008-06-06INTEGRATION: CWS xmlfix2 (1.20.2); FILE MERGEDRüdiger Timm
2008/05/15 17:14:59 mst 1.20.2.3: RESYNC: (1.20-1.21); FILE MERGED 2008/04/02 11:45:21 mst 1.20.2.2: - libxml2/libxml2-2.6.31.patch, libxml2/makefile.mk, libxml2/prj/d.lst: + patch and install xml2-config 2008/03/31 14:55:53 mst 1.20.2.1: upgrade libxml2 to version 2.6.31 - libxml2/download/libxml2-2.6.17.tar.gz, libxml2/libxml2-2.6.17{-mingw}.patch: + removed - libxml2/download/libxml2-2.6.31.tar.gz, libxml2/libxml2-2.6.31.patch: + added - libxml2/makefile.mk: + updated
2008-04-11INTEGRATION: CWS changefileheader (1.20.4); FILE MERGEDRüdiger Timm
2008/03/31 13:19:16 rt 1.20.4.1: #i87441# Change license header to LPGL v3.