svn commit: r355858 - head/ports-mgmt/pkg

Bryan Drewery bdrewery at FreeBSD.org
Fri May 30 15:30:32 UTC 2014


Author: bdrewery
Date: Fri May 30 15:30:32 2014
New Revision: 355858
URL: http://svnweb.freebsd.org/changeset/ports/355858
QAT: https://qat.redports.org/buildarchive/r355858/

Log:
  - Fix build with upcoming default -fPIE in head
    pkg 1.3 deals with this better.

Modified:
  head/ports-mgmt/pkg/Makefile

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Fri May 30 15:13:33 2014	(r355857)
+++ head/ports-mgmt/pkg/Makefile	Fri May 30 15:30:32 2014	(r355858)
@@ -23,7 +23,7 @@ USE_LDCONFIG=	yes
 MAKE_ARGS+=	PKG_PORTSDIR=${PORTSDIR}
 
 MAKE_ENV+=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null \
-		PORTREVISION=${PORTREVISION}
+		PORTREVISION=${PORTREVISION} NO_PIE=yes
 
 # Use a submake as 'deinstall install' needs to reevaluate PKG_CMD
 # so that pkg-static is used from the wrkdir


More information about the svn-ports-all mailing list