aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-09-21 21:31:56 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-09-21 21:31:56 +0000
commit94a60a71beb49b698dcc4d6dad62a65e0c1b7a0b (patch)
tree92c57ebbc0f3bcb71e08f29c20fe0e96f5a2d522 /UPDATING
parentdae553aca510ff3f633320ac957f4befb756df16 (diff)
downloadports-94a60a71beb49b698dcc4d6dad62a65e0c1b7a0b.tar.gz
ports-94a60a71beb49b698dcc4d6dad62a65e0c1b7a0b.zip
- Recommend only enabling WITH_SSP for /usr/ports as it will
break with /usr/src 'make installworld' due to some of those Makefiles having WITHOUT_SSP hardcoded in them, causing an error that both can't be defined.
Notes
Notes: svn path=/head/; revision=327842
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5a5ad489d2ad..39547b7aa0a5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -28,6 +28,10 @@ you update your ports collection, before attempting any port upgrades.
Optional Stack Protector [1] support has been added with the WITH_SSP
knob.
+ .if !empty(.CURDIR:M/usr/ports*)
+ WITH_SSP= yes
+ .endif
+
This currently is only supported on FreeBSD 10 amd64/i386 and earlier
releases on amd64 only.