lftp: run autoreconf instead (incompatible libtool version).
This commit is contained in:
parent
fcc9e2e984
commit
6c92623f4d
|
@ -5,7 +5,7 @@ revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-modules --disable-rpath --without-included-regex
|
configure_args="--with-modules --disable-rpath --without-included-regex
|
||||||
--with-openssl i_cv_posix_fallocate_works=yes"
|
--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"
|
makedepends="ncurses-devel readline-devel openssl-devel expat-devel"
|
||||||
short_desc="Sophisticated FTP/HTTP client"
|
short_desc="Sophisticated FTP/HTTP client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -15,7 +15,7 @@ distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
|
||||||
checksum=61ceaefbd476061e728e2b1294c27866402237d1d6539ed9ca98769dba3c9189
|
checksum=61ceaefbd476061e728e2b1294c27866402237d1d6539ed9ca98769dba3c9189
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
lftp_package() {
|
lftp_package() {
|
||||||
|
|
Loading…
Reference in New Issue