summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-07 18:08:18 +0100
committer Willy Sudiarto Raharjo2022-03-08 03:44:34 +0100
commit19b52be8317a0eefce5b9f184bafc529eaf4e6a4 (patch)
tree823223feff4ac79a34ff9a8dc2cd533e7f341cd4
parent1382769ff159da54f1c61cd1598f19014c9003ad (diff)
downloadslackbuilds-19b52be8317a0eefce5b9f184bafc529eaf4e6a4.tar.gz
development/mockpp: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/mockpp/mockpp.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/development/mockpp/mockpp.SlackBuild b/development/mockpp/mockpp.SlackBuild
index 9280db0fd9..83e0d3a2a9 100644
--- a/development/mockpp/mockpp.SlackBuild
+++ b/development/mockpp/mockpp.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mockpp
VERSION=${VERSION:-1.16.6}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -98,6 +98,8 @@ make install DESTDIR=$PKG
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
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc