summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author B. Watson2022-02-14 18:18:46 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:50 +0100
commit2224bb0d84dd9f3170a8422ef656330003a90414 (patch)
tree742b7920cf24c70f02c97aaaf65b6cfb8e8d4dc5 /libraries
parent3d2ed2a28b49eadba165a9689a6843985e386cd1 (diff)
downloadslackbuilds-2224bb0d84dd9f3170a8422ef656330003a90414.tar.gz
libraries/php-pgsql: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/php-pgsql/php-pgsql.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/php-pgsql/php-pgsql.SlackBuild b/libraries/php-pgsql/php-pgsql.SlackBuild
index ae1ed699e9..e735d5a733 100644
--- a/libraries/php-pgsql/php-pgsql.SlackBuild
+++ b/libraries/php-pgsql/php-pgsql.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=php-pgsql
VERSION=${VERSION:-7.4.27}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -140,6 +140,8 @@ cp ext/pgsql/CREDITS $PKG/usr/doc/$PRGNAM-$VERSION/pgsql/
cp ext/pdo_pgsql/CREDITS $PKG/usr/doc/$PRGNAM-$VERSION/pdo_pgsql/
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
cat $CWD/doinst.sh > $PKG/install/doinst.sh