aboutsummaryrefslogtreecommitdiff
path: root/system/sqlcipher
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-02-14 11:55:38 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-16 08:18:45 +0700
commitff546273a94a708731bf252b44f8be599eb06780 (patch)
tree0683b36ee00a7637d5024cc12322512ce7b18844 /system/sqlcipher
parent33274ecf9007b3256f6628fb8bd470012b48ad4d (diff)
downloadslackbuilds-ff546273a94a708731bf252b44f8be599eb06780.tar.xz
system/sqlcipher: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sqlcipher')
-rw-r--r--system/sqlcipher/sqlcipher.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/sqlcipher/sqlcipher.SlackBuild b/system/sqlcipher/sqlcipher.SlackBuild
index 9f0596cab976..ee4fec984ec3 100644
--- a/system/sqlcipher/sqlcipher.SlackBuild
+++ b/system/sqlcipher/sqlcipher.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sqlcipher
VERSION=${VERSION:-4.4.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -109,6 +109,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGELOG.md LICENSE 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