diff options
-rw-r--r-- | network/surf/surf.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/surf/surf.SlackBuild b/network/surf/surf.SlackBuild index 0010af08f9d01..092649000c241 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?/*.? |