summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-01-15 12:52:34 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-21 10:22:09 +0700
commit4b8b99b88a489331a8bd7806df8aba86db4a527c (patch)
tree346e5d9e023e9eb272fce70a06f4666aa5a9b1eb
parent8011118c1b3682900d8d00805e5604e25a69eeae (diff)
downloadslackbuilds-4b8b99b88a489331a8bd7806df8aba86db4a527c.tar.gz
slackbuilds-4b8b99b88a489331a8bd7806df8aba86db4a527c.tar.xz
network/surf: Strip library.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/surf/surf.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/surf/surf.SlackBuild b/network/surf/surf.SlackBuild
index 0010af08f9..092649000c 100644
--- a/network/surf/surf.SlackBuild
+++ b/network/surf/surf.SlackBuild
@@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230115 bkw: BUILD=2, strip library.
# 20211020 bkw:
# - updated for v2.1.
# - rework patches again, can't build old versions no more.
@@ -29,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=surf
VERSION=${VERSION:-2.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -128,7 +129,7 @@ sed -i \
config.mk
make
-strip $PRGNAM
+strip $PRGNAM *.so
make install DESTDIR=$PKG
gzip -9 $PKG/usr/man/man?/*.?