Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 19:52:22 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367688 - head/net/ntop
Message-ID:  <201409081952.s88JqMnF060344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Mon Sep  8 19:52:22 2014
New Revision: 367688
URL: http://svnweb.freebsd.org/changeset/ports/367688
QAT: https://qat.redports.org/buildarchive/r367688/

Log:
  Try setting STRIP through CONFIGURE_ARGS to fix remaining 8.X build issues.

Modified:
  head/net/ntop/Makefile

Modified: head/net/ntop/Makefile
==============================================================================
--- head/net/ntop/Makefile	Mon Sep  8 19:41:56 2014	(r367687)
+++ head/net/ntop/Makefile	Mon Sep  8 19:52:22 2014	(r367688)
@@ -87,6 +87,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}mak
 # ever be fixed.
 .if ${OSVERSION} < 900033
 USE_BINUTILS=	yes
+CONFIGURE_ARGS+=	STRIP=${LOCALBASE}/bin/strip
 .endif
 
 pre-configure:



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