summaryrefslogtreecommitdiffstats
path: root/libraries/gperftools
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-02-14 12:17:33 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-16 08:19:11 +0700
commit1a0c61143664eaf4f0bd51819420d25bb1ecd461 (patch)
treee53ce6d54d57fc8e7fa6434003ffc88d7adbca15 /libraries/gperftools
parent2917cc2f2440f26f7005e5c468f5affc9c76c7bb (diff)
downloadslackbuilds-1a0c61143664eaf4f0bd51819420d25bb1ecd461.tar.gz
slackbuilds-1a0c61143664eaf4f0bd51819420d25bb1ecd461.tar.xz
libraries/gperftools: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gperftools')
-rw-r--r--libraries/gperftools/gperftools.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/gperftools/gperftools.SlackBuild b/libraries/gperftools/gperftools.SlackBuild
index 1708f2bbd6..ca600cfad0 100644
--- a/libraries/gperftools/gperftools.SlackBuild
+++ b/libraries/gperftools/gperftools.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gperftools
VERSION=${VERSION:-2.9.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -105,6 +105,8 @@ cp -a AUTHORS COPYING ChangeLog NEWS README README_windows.txt TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc