tdf#159502 libxml2: apply Solaris ld patch only on Solaris
Diverging from upstream by inventing a LIBXML2_GLOBAL_VARIABLES version should only be done if actually required. Change-Id: I1520ca5078dc24ffd83e927f9c857d625e71749b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163455 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
This commit is contained in:
parent
6f6364e572
commit
eebdda4e22
1 changed files with 1 additions and 1 deletions
2
external/libxml2/UnpackedTarball_libxml2.mk
vendored
2
external/libxml2/UnpackedTarball_libxml2.mk
vendored
|
@ -14,7 +14,7 @@ $(eval $(call gb_UnpackedTarball_set_tarball,libxml2,$(LIBXML_TARBALL),,libxml2)
|
|||
$(eval $(call gb_UnpackedTarball_update_autoconf_configs,libxml2))
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_add_patches,libxml2,\
|
||||
external/libxml2/libxml2-global-symbols.patch \
|
||||
$(if $(filter SOLARIS,$(OS)),external/libxml2/libxml2-global-symbols.patch) \
|
||||
external/libxml2/libxml2-vc10.patch \
|
||||
external/libxml2/libxml2-XMLCALL-redefine.patch.0 \
|
||||
$(if $(filter ANDROID,$(OS)),external/libxml2/libxml2-android.patch) \
|
||||
|
|
Loading…
Reference in a new issue