lftp: bump version to 4.6.2
0001-Remove-unused-libraries-path.patch has now been applied upstream, so remove it from Buildroot. Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ab71dff0dd
commit
0a0a7d3f4a
@ -1,46 +0,0 @@
|
||||
From 30e575f18416d67732be1e0350ee727b72b2d225 Mon Sep 17 00:00:00 2001
|
||||
From: Romain Naour <romain.naour@openwide.fr>
|
||||
Date: Sat, 27 Dec 2014 20:56:56 +0100
|
||||
Subject: [PATCH] Remove unused libraries path
|
||||
|
||||
When building proto modules the path to library files is
|
||||
specified with -L$(DESTDIR)$(pkgverlibdir) which point to
|
||||
directory that doesn't exist.
|
||||
|
||||
Also, when cross-compiling and $(DESTDIR) is empty,
|
||||
$(pkgverlibdir) contains a path to the host libraries
|
||||
(/usr/lib/lftp/4.5.5) which is considered unsafe.
|
||||
|
||||
Anyway, those -L are not needed: by the time where
|
||||
proto modules gets built/linked, no libraries are
|
||||
installed in this location.
|
||||
|
||||
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
|
||||
---
|
||||
src/Makefile.am | 10 +++++-----
|
||||
1 file changed, 5 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
||||
index d715d0a..0e221cf 100644
|
||||
--- a/src/Makefile.am
|
||||
+++ b/src/Makefile.am
|
||||
@@ -59,11 +59,11 @@ liblftp_pty_la_LDFLAGS = -avoid-version -rpath $(pkgverlibdir)
|
||||
liblftp_network_la_LDFLAGS = -avoid-version -rpath $(pkgverlibdir) $(OPENSSL_LDFLAGS)
|
||||
liblftp_network_la_LIBADD = $(SOCKSLIBS) $(OPENSSL_LIBS) $(LIBGNUTLS_LIBS) $(GNULIB)
|
||||
|
||||
-proto_ftp_la_LIBADD = -L$(DESTDIR)$(pkgverlibdir) liblftp-network.la
|
||||
-proto_http_la_LIBADD = -L$(DESTDIR)$(pkgverlibdir) liblftp-network.la $(EXPAT_LIBS) $(ZLIB)
|
||||
-proto_fish_la_LIBADD = -L$(DESTDIR)$(pkgverlibdir) liblftp-network.la liblftp-pty.la
|
||||
-proto_sftp_la_LIBADD = -L$(DESTDIR)$(pkgverlibdir) liblftp-network.la liblftp-pty.la
|
||||
-cmd_torrent_la_LIBADD = -L$(DESTDIR)$(pkgverlibdir) liblftp-network.la
|
||||
+proto_ftp_la_LIBADD = liblftp-network.la
|
||||
+proto_http_la_LIBADD = liblftp-network.la $(EXPAT_LIBS) $(ZLIB)
|
||||
+proto_fish_la_LIBADD = liblftp-network.la liblftp-pty.la
|
||||
+proto_sftp_la_LIBADD = liblftp-network.la liblftp-pty.la
|
||||
+cmd_torrent_la_LIBADD = liblftp-network.la
|
||||
|
||||
liblftp_tasks_la_SOURCES = PollVec.cc PollVec.h SMTask.cc SMTask.h ProcWait.cc\
|
||||
ProcWait.h GetPass.cc GetPass.h ConnectionSlot.cc ConnectionSlot.h\
|
||||
--
|
||||
1.9.3
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 d1eea1ed98d05e050b909d5a90e8c7f345c84781b91af36d944fb2f33eba35bf lftp-4.6.1.tar.xz
|
||||
sha256 1e61d5c94b06c333309185e86cfce0729e45e3f69f7496c58d61093b135c8bb9 lftp-4.6.2.tar.xz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LFTP_VERSION = 4.6.1
|
||||
LFTP_VERSION = 4.6.2
|
||||
LFTP_SOURCE = lftp-$(LFTP_VERSION).tar.xz
|
||||
LFTP_SITE = http://lftp.yar.ru/ftp
|
||||
LFTP_LICENSE = GPLv3+
|
||||
|
Loading…
Reference in New Issue
Block a user