diff options
Diffstat (limited to 'development/slibtool/slibtool.SlackBuild')
-rw-r--r-- | development/slibtool/slibtool.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/development/slibtool/slibtool.SlackBuild b/development/slibtool/slibtool.SlackBuild index 90b1601c80a11..5f0e4abdfaf5b 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 |