diff options
author | Moonchild <git-repo@palemoon.org> | 2020-03-31 11:40:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 11:40:05 +0200 |
commit | d42beba4731be1471d2578f04183e2c3a4c86df9 (patch) | |
tree | ce748d12c99720cfb36d6b58076e4df83b0a26d6 /security | |
parent | a205ee7040b74ff67717ba44723abbdc0dab02e1 (diff) | |
parent | 389f436c1523b37423c35a59b03e9496c6e34cb1 (diff) | |
download | uxp-d42beba4731be1471d2578f04183e2c3a4c86df9.tar.gz |
Merge pull request #1502 from athenian200/nss348_solaris
Un-bust building of NSS after update to 3.48 on Solaris.
Diffstat (limited to 'security')
-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) |