lftp: run autoreconf instead (incompatible libtool version).

This commit is contained in:
Juan RP 2013-12-14 12:46:39 +01:00
parent fcc9e2e984
commit 6c92623f4d
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ revision=1
build_style=gnu-configure
configure_args="--with-modules --disable-rpath --without-included-regex
--with-openssl i_cv_posix_fallocate_works=yes"
hostmakedepends="libtool pkg-config"
hostmakedepends="automake libtool pkg-config"
makedepends="ncurses-devel readline-devel openssl-devel expat-devel"
short_desc="Sophisticated FTP/HTTP client"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -15,7 +15,7 @@ distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
checksum=61ceaefbd476061e728e2b1294c27866402237d1d6539ed9ca98769dba3c9189
pre_configure() {
libtoolize -f
autoreconf -fi
}
lftp_package() {