summaryrefslogtreecommitdiff
path: root/nss/lib/softoken/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nss/lib/softoken/Makefile')
-rw-r--r--nss/lib/softoken/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/nss/lib/softoken/Makefile b/nss/lib/softoken/Makefile
index b2f33e2..90a9da2 100644
--- a/nss/lib/softoken/Makefile
+++ b/nss/lib/softoken/Makefile
@@ -20,6 +20,16 @@ include $(CORE_DEPTH)/coreconf/config.mk
# (3) Include "component" configuration information. (OPTIONAL) #
#######################################################################
+ifdef NSS_NO_INIT_SUPPORT
+ DEFINES += -DNSS_NO_INIT_SUPPORT
+endif
+ifeq ($(OS_TARGET),Linux)
+ifeq ($(CPU_ARCH),ppc)
+ifdef USE_64
+ DEFINES += -DNSS_NO_INIT_SUPPORT
+endif # USE_64
+endif # ppc
+endif # Linux
#######################################################################