diff options
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 5 |
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 \ |