svn commit: r416749 - head/security/sudo

Renato Botelho garga at FreeBSD.org
Sat Jun 11 20:11:15 UTC 2016


Author: garga
Date: Sat Jun 11 20:11:14 2016
New Revision: 416749
URL: https://svnweb.freebsd.org/changeset/ports/416749

Log:
  - 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 at yahoo.com>
  Sponsored by:	Rubicon Communications (Netgate)

Modified:
  head/security/sudo/Makefile

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Sat Jun 11 19:48:27 2016	(r416748)
+++ head/security/sudo/Makefile	Sat Jun 11 20:11:14 2016	(r416749)
@@ -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 \


More information about the svn-ports-head mailing list