summaryrefslogtreecommitdiffstats
path: root/postprocess
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/Module_postprocess.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/postprocess/Module_postprocess.mk b/postprocess/Module_postprocess.mk
index b02faf7b9310..c1b0fad212d8 100644
--- a/postprocess/Module_postprocess.mk
+++ b/postprocess/Module_postprocess.mk
@@ -43,11 +43,15 @@ endif
ifeq ($(OS),LINUX)
ifneq ($(PKGFORMAT),)
+# Implementation com.sun.star.xml.security.SEInitializer_Gpg
+# does not provide a constructor or factory in case of MPLv2 subset
+ifneq ($(MPL_SUBSET),TRUE)
$(eval $(call gb_Module_add_check_targets,postprocess,\
CustomTarget_check_dynamic_objects \
))
endif
endif
+endif
$(eval $(call gb_Module_add_check_targets,postprocess,\
CppunitTest_services \