From 6dfa7bc91d33113464f90f10fd3cc58ed3635815 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 20 Apr 2018 20:52:32 +0700 Subject: [PATCH] cogl: Remove .la files. Signed-off-by: Willy Sudiarto Raharjo --- cogl/cogl.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cogl/cogl.SlackBuild b/cogl/cogl.SlackBuild index d2147af..a1e5faa 100644 --- a/cogl/cogl.SlackBuild +++ b/cogl/cogl.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=cogl VERSION=${VERSION:-1.22.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_csb} if [ -z "$ARCH" ]; then @@ -90,6 +90,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