diff options
author | athenian200 <athenian200@sbcglobal.net> | 2020-03-30 22:34:07 -0500 |
---|---|---|
committer | athenian200 <athenian200@sbcglobal.net> | 2020-03-30 22:54:29 -0500 |
commit | 389f436c1523b37423c35a59b03e9496c6e34cb1 (patch) | |
tree | a37495b87c0221033d766c450494e306f3b309fe | |
parent | 3bc5d67c982cc4acdc4db2be1c1b517816401d54 (diff) | |
download | uxp-389f436c1523b37423c35a59b03e9496c6e34cb1.tar.gz |
Issue #1501 - Un-bust building of NSS after update to 3.48 on Solaris.
-rw-r--r-- | security/nss/coreconf/SunOS5.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/coreconf/SunOS5.mk b/security/nss/coreconf/SunOS5.mk index ce9e2cbb95..08956ca240 100644 --- a/security/nss/coreconf/SunOS5.mk +++ b/security/nss/coreconf/SunOS5.mk @@ -65,7 +65,7 @@ endif RANLIB = echo CPU_ARCH = sparc -OS_DEFINES += -DSVR4 -DSYSV -D__svr4 -D__svr4__ -DSOLARIS -D_REENTRANT +OS_DEFINES += -DSVR4 -DSYSV -D__svr4 -D__svr4__ -DSOLARIS -D_REENTRANT -D__EXTENSIONS__ ifeq ($(OS_TEST),i86pc) ifeq ($(USE_64),1) |