From: Fredrik Fornwall Date: Thu, 4 Feb 2016 14:38:32 +0000 (-0500) Subject: libtool: Remove specs flag X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/de726e938112d4ea2c3985f1a4b1660dfc260809?hp=-c libtool: Remove specs flag --- de726e938112d4ea2c3985f1a4b1660dfc260809 diff --git a/packages/libtool/build.sh b/packages/libtool/build.sh index 3a5f4fe0..4ad88c82 100644 --- a/packages/libtool/build.sh +++ b/packages/libtool/build.sh @@ -2,9 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libtool/ TERMUX_PKG_DESCRIPTION="Generic library support script hiding the complexity of using shared libraries behind a consistent, portable interface" TERMUX_PKG_DEPENDS="bash,grep,sed" TERMUX_PKG_VERSION=2.4.6 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_BUILD_REVISION=2 TERMUX_PKG_SRCURL=http://ftpmirror.gnu.org/libtool/libtool-${TERMUX_PKG_VERSION}.tar.gz termux_step_post_make_install () { perl -p -i -e "s|\"/bin/|\"$TERMUX_PREFIX/bin/|" $TERMUX_PREFIX/bin/{libtool,libtoolize} + perl -p -i -e "s|${_SPECSFLAG}||g" $TERMUX_PREFIX/bin/{libtool,libtoolize} }