summaryrefslogtreecommitdiffstats
path: root/onlineupdate/Executable_mar.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-11-26 23:19:12 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:25 +0200
commit0865f0d8c3646d37d425db30cdc387b135a2f281 (patch)
tree2a0be1802eb44ba2601e8d2695c95d5eda51e637 /onlineupdate/Executable_mar.mk
parentremove header includes (diff)
downloadcore-0865f0d8c3646d37d425db30cdc387b135a2f281.tar.gz
core-0865f0d8c3646d37d425db30cdc387b135a2f281.zip
always build with NSS and therefore verify signatures
Change-Id: I7b697b95e620ce915d762ce5d09af33a9e812107
Diffstat (limited to 'onlineupdate/Executable_mar.mk')
-rw-r--r--onlineupdate/Executable_mar.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/onlineupdate/Executable_mar.mk b/onlineupdate/Executable_mar.mk
index e6f18ef5c8ee..3410ae2f24ce 100644
--- a/onlineupdate/Executable_mar.mk
+++ b/onlineupdate/Executable_mar.mk
@@ -32,13 +32,9 @@ $(eval $(call gb_Executable_add_libs,mar,\
))
endif
-ifeq ($(filter WNT MACOSX,$(OS)),)
-$(eval $(call gb_Executable_use_externals,mar,nss3))
-
$(eval $(call gb_Executable_add_defs,mar,\
-DMAR_NSS \
))
-endif
$(eval $(call gb_Executable_add_defs,mar,\
-DAPP_VERSION=\"$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)\" \