summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-06-26 21:57:03 +0200
committerAndras Timar <andras.timar@collabora.com>2013-11-05 11:16:47 +0100
commite235509de52a913d10bcf0b7edb67f4ed57efbc9 (patch)
treead55afdc4f8273bfbacc9b4b2bac2edb52c5f521 /RepositoryExternal.mk
parent3c4802a7ddec38d5465bed1d589b87b03bdd5ba9 (diff)
fdo#64672 prevent raptor from setting global libxml2 error handlers
Raptor already sets up all 4 error handlers in xmlSAXHandler so why it would need the global ones in addition to that is a mystery anyway. Messing with libxml2's globals can only cause trouble. Change-Id: I2935efe5c4cd75d48cc4ecdeaa8437e91b48349e (cherry picked from commit 246a78b1d2a88ff1937b09b22325d160739ef47e) Reviewed-on: https://gerrit.libreoffice.org/4554 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index e153b74b1ea4..75d13a14cd19 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -692,11 +692,13 @@ else # !SYSTEM_REDLAND
ifneq ($(OS),ANDROID)
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
+ raptor \
rdf \
))
define gb_LinkTarget__use_librdf
$(call gb_LinkTarget_use_libraries,$(1),\
+ raptor \
rdf \
)