Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 13:36:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331581 - head/net/gupnp-igd
Message-ID:  <201310251336.r9PDaTQM074412@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct 25 13:36:29 2013
New Revision: 331581
URL: http://svnweb.freebsd.org/changeset/ports/331581

Log:
  - Strip shared library

Modified:
  head/net/gupnp-igd/Makefile

Modified: head/net/gupnp-igd/Makefile
==============================================================================
--- head/net/gupnp-igd/Makefile	Fri Oct 25 13:36:24 2013	(r331580)
+++ head/net/gupnp-igd/Makefile	Fri Oct 25 13:36:29 2013	(r331581)
@@ -19,6 +19,7 @@ RUN_DEPENDS=	gupnp>=0.18:${PORTSDIR}/net
 
 CONFIGURE_ARGS=	--enable-introspection=yes
 GNU_CONFIGURE=	yes
+MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes



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