Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 15:30:32 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355858 - head/ports-mgmt/pkg
Message-ID:  <201405301530.s4UFUWxO019104@svn.freebsd.org>

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



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