From 1782838186b996b04f6804355daeec24fe71fc4c Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 20 Apr 2018 08:42:18 +0700 Subject: [PATCH] pangox-compat: remove la files.. Signed-off-by: Willy Sudiarto Raharjo --- deps/pangox-compat/pangox-compat.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deps/pangox-compat/pangox-compat.SlackBuild b/deps/pangox-compat/pangox-compat.SlackBuild index 6769a74..ea6c696 100755 --- a/deps/pangox-compat/pangox-compat.SlackBuild +++ b/deps/pangox-compat/pangox-compat.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=pangox-compat VERSION=${VERSION:-0.0.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_msb} if [ -z "$ARCH" ]; then @@ -96,6 +96,9 @@ fi 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