summaryrefslogtreecommitdiffstats
path: root/libraries/gperftools
diff options
context:
space:
mode:
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