svn commit: r366639 - head/www/nghttp2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 30 15:42:54 UTC 2014
Author: sunpoet
Date: Sat Aug 30 15:42:54 2014
New Revision: 366639
URL: http://svnweb.freebsd.org/changeset/ports/366639
QAT: https://qat.redports.org/buildarchive/r366639/
Log:
- Use INSTALL_TARGET=install-strip
Modified:
head/www/nghttp2/Makefile
Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile Sat Aug 30 15:40:44 2014 (r366638)
+++ head/www/nghttp2/Makefile Sat Aug 30 15:42:54 2014 (r366639)
@@ -28,6 +28,7 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENS
ZLIB_CFLAGS="-I${INCLUDEDIR}" \
ZLIB_LIBS="-L${LIBDIR} -lz"
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_CXXSTD= c++11
USE_GNOME= libxml2
USE_LDCONFIG= yes
@@ -52,7 +53,4 @@ CONFIGURE_ARGS+=--with-jemalloc
post-patch:
@${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnghttp2.so.4.0.1
-
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list