summaryrefslogtreecommitdiffstats
path: root/libraries/agar/agar.SlackBuild
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-06-26 23:20:34 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 16:41:56 +0700
commitac2678d65cb769a189ff92d02678e1502d34f1e3 (patch)
tree4caf901d6b5f550764d20cb40ec70e9610b4d2e1 /libraries/agar/agar.SlackBuild
parent590854629d9ef0df774612db5bf5c6eff3483fd9 (diff)
downloadslackbuilds-ac2678d65cb769a189ff92d02678e1502d34f1e3.tar.gz
slackbuilds-ac2678d65cb769a189ff92d02678e1502d34f1e3.tar.xz
libraries/agar: install shared libs +x.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/agar/agar.SlackBuild')
-rw-r--r--libraries/agar/agar.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/agar/agar.SlackBuild b/libraries/agar/agar.SlackBuild
index df525e1d14..70765b4836 100644
--- a/libraries/agar/agar.SlackBuild
+++ b/libraries/agar/agar.SlackBuild
@@ -10,12 +10,14 @@
# gcc. Unless that actually causes a problem, I'm not overriding it.
# If you really want to build with gcc, use: export CC=gcc
+# 20230626 bkw: BUILD=2, install shared libs +x
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=agar
SRCNAM=libagar
VERSION=${VERSION:-1.7.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -91,6 +93,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make -j1 install DESTDIR=$PKG # yes, the -j1 is needed.
+chmod +x $PKG/usr/lib*/*.so.*.*.*
strip $PKG/usr/lib*/*.so.*.*.* # no 'make install-strip'.
# since we couldn't stop static libs from being installed, delete them here,