From 000a88cbf4c7fa7b874e8d14941df3d4a1cbc124 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Jun 2014 15:52:50 +0000 Subject: [PATCH] - Strip shared library in post-install: --- audio/libfishsound/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile index e87a48197455..e1182114ffb0 100644 --- a/audio/libfishsound/Makefile +++ b/audio/libfishsound/Makefile @@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS DOXYGEN GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pathfix pkgconfig libtool +USES= libtool pathfix pkgconfig .include @@ -35,7 +35,7 @@ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in .endif -post-build: - @${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfishsound.so.1.3.0 .include