summaryrefslogtreecommitdiffstats
path: root/development/slibtool/slibtool.SlackBuild
diff options
context:
space:
mode:
author Hunter Sezen2018-11-08 12:22:51 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:46:59 +0100
commitd6e3811e12088b675fdfb8fc86a0dec617f387b5 (patch)
tree1424cfde93355f6e15343c70d223da656b6dc98f /development/slibtool/slibtool.SlackBuild
parente5c10971b9e39d976c2d47ed0fb119b3a771a0b8 (diff)
downloadslackbuilds-d6e3811e12088b675fdfb8fc86a0dec617f387b5.tar.gz
development/slibtool: Updated for version 0.5.28.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/slibtool/slibtool.SlackBuild')
-rw-r--r--development/slibtool/slibtool.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/development/slibtool/slibtool.SlackBuild b/development/slibtool/slibtool.SlackBuild
index 90b1601c80..5f0e4abdfa 100644
--- a/development/slibtool/slibtool.SlackBuild
+++ b/development/slibtool/slibtool.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slibtool
-VERSION=${VERSION:-0.5.26}
+VERSION=${VERSION:-0.5.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,10 +84,6 @@ CFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-# Due to changes introduced in 0.5.25 this symlink is required as a
-# temporary hack until slibtool no longer needs an external -ar.
-( cd $PKG/usr/bin; ln -s $ARCH-slackware-linux-gcc-ar $ARCH-slackware-linux-ar )
-
if [ "$DEBUG" = 0 ]; then
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