summaryrefslogtreecommitdiff
path: root/libxml2/makefile.mk
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-16 16:45:57 +0200
committersb <sb@openoffice.org>2010-09-16 16:45:57 +0200
commit6bc2155fd37574fbb2301326c96b8530b9c28d96 (patch)
tree4a1baf30b6d4d2c92a2a2fe280d321a388cb4ea9 /libxml2/makefile.mk
parentda1320efe152132d088042ae8857571113fad5e3 (diff)
parent52dce173df6bbcc79126c63a7736ef3f6c21a706 (diff)
sb126: merged in DEV300_m87
Diffstat (limited to 'libxml2/makefile.mk')
-rw-r--r--libxml2/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 2c80066ccec1..453ba3a68406 100644
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -46,10 +46,13 @@ LIBXML2VERSION=2.7.6
TARFILE_NAME=$(PRJNAME)-$(LIBXML2VERSION)
TARFILE_MD5=7740a8ec23878a2f50120e1faa2730f2
+
+# libxml2-global-symbols: #i112480#: Solaris ld won't export non-listed symbols
PATCH_FILES=libxml2-configure.patch \
libxml2-mingw.patch \
libxml2-gnome599717.patch \
- libxml2-gnome602728.patch
+ libxml2-global-symbols.patch \
+
# This is only for UNX environment now