From: Thomas Petazzoni Date: Wed, 17 Jun 2015 10:24:44 +0000 (+0200) Subject: lftp: indicate why autoreconf is needed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebe2968d7056372bbfcae53fcb3ecdd636e9f32b;p=buildroot.git lftp: indicate why autoreconf is needed We no longer have any patch touching configure.ac/Makefile.am, so one might wonder why we're autoreconfiguring the package. The reason is that our libtool patch doesn't apply on the code provided by the lftp tarball. Signed-off-by: Thomas Petazzoni --- diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk index 54b1c6cdfe..362ad286b9 100644 --- a/package/lftp/lftp.mk +++ b/package/lftp/lftp.mk @@ -9,6 +9,7 @@ LFTP_SOURCE = lftp-$(LFTP_VERSION).tar.xz LFTP_SITE = http://lftp.yar.ru/ftp LFTP_LICENSE = GPLv3+ LFTP_LICENSE_FILES = COPYING +# Needed so that our libtool patch applies properly LFTP_AUTORECONF = YES LFTP_DEPENDENCIES = readline zlib host-pkgconf