diff options
Diffstat (limited to 'Mk/Features/ssp.mk')
-rw-r--r-- | Mk/Features/ssp.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/Features/ssp.mk b/Mk/Features/ssp.mk index 2af92acd1d8e..b6be18ce35e8 100644 --- a/Mk/Features/ssp.mk +++ b/Mk/Features/ssp.mk @@ -17,6 +17,5 @@ SSP_Include_MAINTAINER= portmgr@FreeBSD.org # Overridable as a user may want to use -fstack-protector-all SSP_CFLAGS?= -fstack-protector-strong CFLAGS+= ${SSP_CFLAGS} -LDFLAGS+= ${SSP_CFLAGS} . endif .endif |