aboutsummaryrefslogtreecommitdiff
path: root/security/nss
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-02-27 13:39:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-02-27 13:39:40 +0000
commit1e9d509cb7e055e07039c92c71049a152ac9c26c (patch)
tree4765945ec6b8147318b9de80b6c405f1329d42ab /security/nss
parent6e6e43466e8514d38686fa3528abba82877e01e0 (diff)
When linking nss uses plain CC and does not pass CFLAGS
Append the path to the ports binutils on amd64 to CC so linking actually uses the expected binutils This fixes build with binutils 2.26
Notes
Notes: svn path=/head/; revision=409667
Diffstat (limited to 'security/nss')
-rw-r--r--security/nss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index 06fa3784d251..92e65ff72eba 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -56,7 +56,7 @@ BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ
.if ${ARCH} == amd64
USE_BINUTILS= # intel-gcm.s
-CFLAGS+= -B${LOCALBASE}/bin
+CC+= -B${LOCALBASE}/bin
.endif
check regression-test test: