summaryrefslogtreecommitdiff
path: root/onlineupdate/Executable_updater.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-30 03:16:13 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:21 +0200
commit61fe827e3bde3f6bf6369467bea2be2b23e81bbd (patch)
tree852bc2a09d055af8b1b5709b58125437fd666bd7 /onlineupdate/Executable_updater.mk
parenta68eda414e46aecf0ae50f552ed2e408524bd554 (diff)
build the signing part for the updater
Change-Id: I422eed712da76a90f49b9d9cd5d6155fa394c223
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,\