summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-11-03 22:43:55 +0100
committerMichael Stahl <mstahl@redhat.com>2015-11-04 13:22:27 +0100
commit0bcdce24340e5d3c32733e2d7ec663dd182a5252 (patch)
treeb7f64d49578570feafdad4a97ff30df2a49411b9 /onlineupdate
parentfcb8df3bcf551fc3437e6c7c8ddb24dc5a09db02 (diff)
onlineupdate: error: statement with no effect
Actually enable NSS on non-WNT/Mac platforms. Change-Id: Ib465d0175878bc2846a4d779b3b34ca57e55462e
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/Executable_mar.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/onlineupdate/Executable_mar.mk b/onlineupdate/Executable_mar.mk
index 7a42b3ca437d..c2dccafc38b8 100644
--- a/onlineupdate/Executable_mar.mk
+++ b/onlineupdate/Executable_mar.mk
@@ -24,7 +24,10 @@ $(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_cobjects,mar,\
onlineupdate/source/libmar/src/mar_create \