summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-06-26 21:57:03 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-26 22:52:49 +0200
commit246a78b1d2a88ff1937b09b22325d160739ef47e (patch)
treef252db50600a9a848e11945fe71a1e84111335f9 /RepositoryExternal.mk
parent6c1ac2fa0892b6316cf045e95e3645bde3d64872 (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
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 16fd64307250..ce9def6130a1 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -913,6 +913,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
define gb_LinkTarget__use_librdf
$(call gb_LinkTarget_use_packages,$(1),raptor rasqal redland)
$(call gb_LinkTarget_use_libraries,$(1),\
+ raptor2 \
rdf \
)