summaryrefslogtreecommitdiff
path: root/Mk/bsd.ssp.mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-09-22 00:26:05 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-09-22 00:26:05 +0000
commitc6dc82531eb138f69e071b0aa695bb4b45d0bad3 (patch)
treec2709a82506eb7b66b31f17f21bbb01f220c3a1c /Mk/bsd.ssp.mk
parentUpdate to 0.2.3 (diff)
- Rename public name of SSP support to WITH_SSP_PORTS as /usr/src
has issues with 'installworld' when WITH_SSP is defined. [1] Keep WITH_SSP support for now since it has been announced as that already. - Remove redundant wording in UPDATING [2] Suggested by: bapt [1] Reported by: blakkheim on EFNet With hat: portmgr
Notes
Notes: svn path=/head/; revision=327844
Diffstat (limited to 'Mk/bsd.ssp.mk')
-rw-r--r--Mk/bsd.ssp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ssp.mk b/Mk/bsd.ssp.mk
index c71b3b3722c4..adb6a3bfcf0d 100644
--- a/Mk/bsd.ssp.mk
+++ b/Mk/bsd.ssp.mk
@@ -16,7 +16,7 @@ SSP_UNSAFE= yes
SSP_NEED_NONSHARED= yes
.endif
-.if defined(WITH_SSP) && !defined(WITHOUT_SSP) && !defined(SSP_UNSAFE) && \
+.if !defined(WITHOUT_SSP) && !defined(SSP_UNSAFE) && \
(${ARCH} == i386 || ${ARCH} == amd64)
# Overridable as a user may want to use -fstack-protector-all
SSP_CFLAGS?= -fstack-protector