Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2016 20:11:14 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416749 - head/security/sudo
Message-ID:  <201606112011.u5BKBEsN001477@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606112011.u5BKBEsN001477>