summaryrefslogtreecommitdiffstats
path: root/libraries/protobuf-c
diff options
context:
space:
mode:
author B. Watson2022-02-14 18:18:48 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:51 +0100
commitf555f6c9ef6649476da2c313379e1213a7f3ae08 (patch)
tree5bcdfeca8c05d814f075cc7cc7bbe065520f0964 /libraries/protobuf-c
parentffff583effee00faddf1d2ac23157d0dcaad87ed (diff)
downloadslackbuilds-f555f6c9ef6649476da2c313379e1213a7f3ae08.tar.gz
libraries/protobuf-c: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/protobuf-c')
-rw-r--r--libraries/protobuf-c/protobuf-c.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/protobuf-c/protobuf-c.SlackBuild b/libraries/protobuf-c/protobuf-c.SlackBuild
index 776a9b2503..4fd9870cd5 100644
--- a/libraries/protobuf-c/protobuf-c.SlackBuild
+++ b/libraries/protobuf-c/protobuf-c.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=protobuf-c
VERSION=${VERSION:-1.3.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -98,6 +98,8 @@ cp -ar TODO LICENSE ChangeLog README.md \
$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