svn commit: r377453 - head/ftp/curlpp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 19 19:50:51 UTC 2015


Author: sunpoet
Date: Mon Jan 19 19:50:50 2015
New Revision: 377453
URL: https://svnweb.freebsd.org/changeset/ports/377453
QAT: https://qat.redports.org/buildarchive/r377453/

Log:
  - Strip shared library

Modified:
  head/ftp/curlpp/Makefile

Modified: head/ftp/curlpp/Makefile
==============================================================================
--- head/ftp/curlpp/Makefile	Mon Jan 19 19:38:24 2015	(r377452)
+++ head/ftp/curlpp/Makefile	Mon Jan 19 19:50:50 2015	(r377453)
@@ -19,6 +19,7 @@ OPTIONS_DEFINE=	BOOST DOCS EXAMPLES
 CONFIGURE_ARGS=	--disable-ewarning
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 USES=		libtool pathfix


More information about the svn-ports-all mailing list