summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-11-26 23:31:16 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:25 +0200
commite59ef0e4b6895591a4f561fbc31617ceb3239d2b (patch)
tree343e357f6423739db0271d4ff578399396b7d137 /onlineupdate
parent937344a0e4dcdd3f805532b6cd43e06cbd362b32 (diff)
include nss also on windows for the updater executable
Change-Id: I998355e0c4fb97a5b513be0072bced2a611c9928
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/Executable_updater.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk
index a2342581c3ea..e5c1611f9dc1 100644
--- a/onlineupdate/Executable_updater.mk
+++ b/onlineupdate/Executable_updater.mk
@@ -43,13 +43,14 @@ endif
$(eval $(call gb_Executable_use_externals,updater,\
bzip2 \
+ nss3 \
$(if $(filter LINUX,$(OS)), \
- gtk \
- nss3 )\
+ gtk )\
))
$(eval $(call gb_Executable_add_defs,updater,\
-DVERIFY_MAR_SIGNATURE \
+ -DNSS3 \
))
$(eval $(call gb_Executable_add_exception_objects,updater,\