network/surf: Strip library.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-01-15 12:52:34 -05:00 committed by Willy Sudiarto Raharjo
parent 8011118c1b
commit 4b8b99b88a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 3 additions and 2 deletions

View File

@ -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?/*.?