svn commit: r356868 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 7 00:27:42 UTC 2014


Author: bapt
Date: Sat Jun  7 00:27:41 2014
New Revision: 356868
URL: http://svnweb.freebsd.org/changeset/ports/356868
QAT: https://qat.redports.org/buildarchive/r356868/

Log:
  Fix NO_PIE env definition
  
  Reported by:	peter

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Jun  6 23:40:56 2014	(r356867)
+++ head/Mk/bsd.port.mk	Sat Jun  7 00:27:41 2014	(r356868)
@@ -1632,7 +1632,7 @@ INSTALL_TARGET:=	${INSTALL_TARGET:S/^ins
 .endif
 
 # XXX PIE support to be added here
-MAKE_ENV+=	NO_PIE
+MAKE_ENV+=	NO_PIE=yes
 
 .if defined(NOPORTDOCS)
 PLIST_SUB+=		PORTDOCS="@comment "


More information about the svn-ports-head mailing list