diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-22 00:26:05 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-22 00:26:05 +0000 |
commit | c6dc82531eb138f69e071b0aa695bb4b45d0bad3 (patch) | |
tree | c2709a82506eb7b66b31f17f21bbb01f220c3a1c /UPDATING | |
parent | 3652c6c0c14536585ffb91059d2f2832ae545e18 (diff) | |
download | ports-c6dc82531eb138f69e071b0aa695bb4b45d0bad3.tar.gz ports-c6dc82531eb138f69e071b0aa695bb4b45d0bad3.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -25,20 +25,18 @@ you update your ports collection, before attempting any port upgrades. AFFECTS: Users of ports AUTHOR: bdrewery@FreeBSD.org - Optional Stack Protector [1] support has been added with the WITH_SSP + Optional Stack Protector [1] support has been added with the WITH_SSP_PORTS knob. - .if !empty(.CURDIR:M/usr/ports*) - WITH_SSP= yes - .endif + WITH_SSP_PORTS= yes This currently is only supported on FreeBSD 10 amd64/i386 and earlier - releases on amd64 only. + releases on amd64. The default SSP_CLFAGS is -fstack-protector, but -fstack-protector-all may optionally be set instead. - To enable support, add WITH_SSP=yes to your make.conf and rebuild all + To enable support, add WITH_SSP_PORTS=yes to your make.conf and rebuild all ports. # portmaster -af |