[Buildroot] [git commit branch/next] lftp: indicate why autoreconf is needed

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 8 10:56:13 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=ebe2968d7056372bbfcae53fcb3ecdd636e9f32b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

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 <thomas.petazzoni at free-electrons.com>
---
 package/lftp/lftp.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk
index 54b1c6c..362ad28 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
 


More information about the buildroot mailing list