aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2016-06-12 04:11:14 +0800
committergarga <garga@FreeBSD.org>2016-06-12 04:11:14 +0800
commitaa47e9cdc439324be3cda2d23f035c1a87efe001 (patch)
tree016b7105f750b08f2b402618f528cd4abe38101d /security
parent28c90fd99526d08f573a94479beff0db2a44f68f (diff)
downloadfreebsd-ports-gnome-aa47e9cdc439324be3cda2d23f035c1a87efe001.tar.gz
freebsd-ports-gnome-aa47e9cdc439324be3cda2d23f035c1a87efe001.tar.zst
freebsd-ports-gnome-aa47e9cdc439324be3cda2d23f035c1a87efe001.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)
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 \