summaryrefslogtreecommitdiff
path: root/libxml2/makefile.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-07-12 15:56:54 +0200
committerMichael Stahl <mst@openoffice.org>2010-07-12 15:56:54 +0200
commit917dac0a4d7652c1e68ee94a262d4cb7d09a32b0 (patch)
treea2699f425ff3edab0233cb912866bb1a5ab22c9a /libxml2/makefile.mk
parentbf6f60cab3d8629c4f2f141143ee18a2c9ef2aa0 (diff)
solaris10u8: #i112480#: build libxml2 with versioned symbols on solaris:
libxml2-gnome602728.patch: remove (disables version script). libxml2-global-symbols.patch: export various global variable symbols.
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 93275b65b2d8..42589747a168 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