Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2013 11:48:51 +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: r331006 - head/devel/libdap
Message-ID:  <201310201148.r9KBmprd071031@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 20 11:48:50 2013
New Revision: 331006
URL: http://svnweb.freebsd.org/changeset/ports/331006

Log:
  - Strip shared library

Modified:
  head/devel/libdap/Makefile

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Sun Oct 20 11:48:46 2013	(r331005)
+++ head/devel/libdap/Makefile	Sun Oct 20 11:48:50 2013	(r331006)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
+MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_LDCONFIG=	yes
 USES=		charsetfix gmake pathfix
 



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