summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2009-08-06 00:20:56 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2009-08-06 00:20:56 +0000
commit97c66b463ea735310ee343d329b27aaa91e17320 (patch)
tree8237dc51a43f5160998c3cf71e9c98bb3e7ffc7f
parent65739ab83297fb7c8747aa7d74b5c1e1e0f9131b (diff)
downloadnss-hg-NSS_3_12_3_2_RC0.tar.gz
Bug 508108 - NSS 3.12.3.2 releaseNSS_3_12_3_2_RC0
r=julien, alexei.
-rw-r--r--security/coreconf/config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/coreconf/config.mk b/security/coreconf/config.mk
index a45eb8ca9..412f4a82f 100644
--- a/security/coreconf/config.mk
+++ b/security/coreconf/config.mk
@@ -194,6 +194,11 @@ ifdef NSS_DISABLE_DBM
DEFINES += -DNSS_DISABLE_DBM
endif
+ifdef NSS_NO_FORK_CHECK
+DEFINES += -DNO_FORK_CHECK
+DEFINES += -DNO_CHECK_FORK
+endif
+
# Avoid building object leak test code for optimized library
ifndef BUILD_OPT
ifdef PKIX_OBJECT_LEAK_TEST