From 870aae3db60b59078621c941df8e4525a8922ab2 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 20 Apr 2018 21:08:09 +0700 Subject: [PATCH] metacity: Remove .la files. Signed-off-by: Willy Sudiarto Raharjo --- metacity/metacity.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metacity/metacity.SlackBuild b/metacity/metacity.SlackBuild index 2fa1c42..34d5ba4 100644 --- a/metacity/metacity.SlackBuild +++ b/metacity/metacity.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=metacity VERSION=${VERSION:-3.25.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_csb} if [ -z "$ARCH" ]; then @@ -87,6 +87,9 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +# Don't ship .la files: +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true