diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-25 13:36:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-25 13:36:17 +0000 |
commit | 0728dc08f734185d800e680f13d6d5c013f63077 (patch) | |
tree | 7dab91034f7569ad8f522b56e5c117c9a11f9e00 | |
parent | e51fffecd66b3f1082cf5a2109e167f6e926f8b6 (diff) |
- Strip shared library
Notes
Notes:
svn path=/head/; revision=331579
-rw-r--r-- | net/gupnp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index d3bdb9264837..df3c0d0eb431 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libgssdp-1.0.so:${PORTSDIR}/net/gssdp \ CONFIGURE_ARGS= --enable-introspection=yes CONFIGURE_ENV= VAPIGEN="" GNU_CONFIGURE= yes +MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes USE_PYTHON= yes |