svn commit: r366560 - head/archivers/squeeze

Olivier Duchateau olivierd at FreeBSD.org
Fri Aug 29 19:49:33 UTC 2014


Author: olivierd
Date: Fri Aug 29 19:49:33 2014
New Revision: 366560
URL: http://svnweb.freebsd.org/changeset/ports/366560
QAT: https://qat.redports.org/buildarchive/r366560/

Log:
  - Disable SSP (Stack-Smashing Protector)
  
  Reported by:	pkg-fallout@

Modified:
  head/archivers/squeeze/Makefile

Modified: head/archivers/squeeze/Makefile
==============================================================================
--- head/archivers/squeeze/Makefile	Fri Aug 29 19:44:26 2014	(r366559)
+++ head/archivers/squeeze/Makefile	Fri Aug 29 19:49:33 2014	(r366560)
@@ -16,6 +16,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libthunar-vfs-1.so:${PORTSDIR}/x11-fm/thunar-vfs
 
+SSP_UNSAFE=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USES=		tar:bzip2 pkgconfig gmake gettext pathfix desktop-file-utils libtool


More information about the svn-ports-head mailing list