summaryrefslogtreecommitdiff
path: root/onlineupdate/Executable_updater.mk
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/Executable_updater.mk')
-rw-r--r--onlineupdate/Executable_updater.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk
index c3eeed5dd0fb..a2342581c3ea 100644
--- a/onlineupdate/Executable_updater.mk
+++ b/onlineupdate/Executable_updater.mk
@@ -42,8 +42,14 @@ $(eval $(call gb_Executable_add_libs,updater,\
endif
$(eval $(call gb_Executable_use_externals,updater,\
- gtk \
bzip2 \
+ $(if $(filter LINUX,$(OS)), \
+ gtk \
+ nss3 )\
+))
+
+$(eval $(call gb_Executable_add_defs,updater,\
+ -DVERIFY_MAR_SIGNATURE \
))
$(eval $(call gb_Executable_add_exception_objects,updater,\