From 6c92623f4d9c9c8bf203ca1ac483c8324eb99cbd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 14 Dec 2013 12:46:39 +0100 Subject: [PATCH] lftp: run autoreconf instead (incompatible libtool version). --- srcpkgs/lftp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lftp/template b/srcpkgs/lftp/template index 38b6aa01f9d..6abb33db86c 100644 --- a/srcpkgs/lftp/template +++ b/srcpkgs/lftp/template @@ -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 " @@ -15,7 +15,7 @@ distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz" checksum=61ceaefbd476061e728e2b1294c27866402237d1d6539ed9ca98769dba3c9189 pre_configure() { - libtoolize -f + autoreconf -fi } lftp_package() {