summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-22 21:57:18 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 22:03:31 +0200
commitb5fa3764c74047cbee4b825195a8f3b94ba15ffd (patch)
tree9df12a1ea8aac49f78e398a6f2a6fa35d87f6946 /Repository.mk
parent81202ae7487b139cb473ff85634003b36d67e8c4 (diff)
fdo#69601: quick fix for wrong cli_cppuhelper.dll in instset
This needs more investigation to find proper solution but the problem is probably that URE/bin/cli_cppuhelper.dll is not signed by "sn.exe". Change-Id: I318293603be838c41d09791136697de74091d37d
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index 57c855460f15..aaca80a53f56 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -496,8 +496,11 @@ $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
xmlreader \
))
-$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
+# FIXME fdo#69601
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
$(if $(filter MSC,$(COM)),cli_cppuhelper) \
+))
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
$(if $(filter MSC,$(COM)),cli_uno) \
getuid \
jpipe \