diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-23 12:14:18 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-23 01:11:24 -0500 |
commit | aece0ab5ead0b1717a3ca20d49796d94ac7b401c (patch) | |
tree | c389620b7014db7bd47e1ef3c00994becf9561ae /libraries/xmlsec/xmlsec.SlackBuild | |
parent | d2a96ccd21748d3f598d045cc087d76e2d45239e (diff) |
libraries/xmlsec: Updated for version 1.2.32.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/xmlsec/xmlsec.SlackBuild')
-rw-r--r-- | libraries/xmlsec/xmlsec.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/xmlsec/xmlsec.SlackBuild b/libraries/xmlsec/xmlsec.SlackBuild index 6baaaee5fb46..01e1df68657f 100644 --- a/libraries/xmlsec/xmlsec.SlackBuild +++ b/libraries/xmlsec/xmlsec.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xmlsec -# Copyright 2014-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=xmlsec SRCNAM=xmlsec1 -VERSION=${VERSION:-1.2.31} +VERSION=${VERSION:-1.2.32} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,6 +87,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |