aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2016-06-11 20:11:14 +0000
committerRenato Botelho <garga@FreeBSD.org>2016-06-11 20:11:14 +0000
commiteb1a24b70d65a0dee0ee6b388df4e9bbcca78c31 (patch)
tree016b7105f750b08f2b402618f528cd4abe38101d /security
parentdc03a213e47b9457f5d6b1e86afdb1345ae8f91f (diff)
downloadports-eb1a24b70d65a0dee0ee6b388df4e9bbcca78c31.tar.gz
ports-eb1a24b70d65a0dee0ee6b388df4e9bbcca78c31.zip
- Stop forcing -lssp_nonshared since libc already include it in every link.
It should fix build when world is built with WITHOUT_SSP - Bump PORTREVISION PR: 203380 Submitted by: Kenneth Salerno <kennethsalerno@yahoo.com> Sponsored by: Rubicon Communications (Netgate)
Notes
Notes: svn path=/head/; revision=416749
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 82280c071547..3678c555684f 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sudo
PORTVERSION= 1.8.16
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SUDO
@@ -19,7 +20,6 @@ CPE_VENDOR= todd_miller
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
LDFLAGS+= -lgcc
-LDFLAGS+= -lssp_nonshared
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--with-ignore-dot \