summaryrefslogtreecommitdiff
path: root/network/openconnect/openconnect.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/openconnect/openconnect.SlackBuild')
-rw-r--r--network/openconnect/openconnect.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/openconnect/openconnect.SlackBuild b/network/openconnect/openconnect.SlackBuild
index 38f384189d..2f9b6ad13d 100644
--- a/network/openconnect/openconnect.SlackBuild
+++ b/network/openconnect/openconnect.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openconnect
-VERSION=${VERSION:-3.14}
+VERSION=${VERSION:-3.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,11 +79,11 @@ CFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
-make V=1
+make
make install DESTDIR=$PKG
-
+
gzip -9 $PKG/usr/man/man?/*.?
-
+
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true