summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-05-03 10:26:24 +0200
committerJeroen Roovers <jer@gentoo.org>2019-05-03 10:26:50 +0200
commit93ce6a29b012ae8e10039e4f9a02c71bc8745e39 (patch)
tree2b32f9cb62ad2e4d30af26785936bfdcc1797ed3 /net-ftp/lftp/files
parentdev-python/ipython: Revert "remove mask on v6+" (diff)
downloadgentoo-93ce6a29b012ae8e10039e4f9a02c71bc8745e39.tar.gz
gentoo-93ce6a29b012ae8e10039e4f9a02c71bc8745e39.tar.bz2
gentoo-93ce6a29b012ae8e10039e4f9a02c71bc8745e39.zip
net-ftp/lftp: Old
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Bug: https://bugs.gentoo.org/show_bug.cgi?id=662882 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-ftp/lftp/files')
-rw-r--r--net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch10
-rw-r--r--net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch10
-rw-r--r--net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch18
-rw-r--r--net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch28
4 files changed, 0 insertions, 66 deletions
diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch b/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch
deleted file mode 100644
index e855ac194325..000000000000
--- a/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -186,7 +186,6 @@
- esac
-
- if test x$socks_loc != x; then
-- LDFLAGS="$LDFLAGS -L$socks_loc/lib"
- CPPFLAGS="$CPPFLAGS -I$socks_loc/include"
- fi
-
diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch b/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch
deleted file mode 100644
index 890138013dad..000000000000
--- a/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/m4/lftp.m4
-+++ b/m4/lftp.m4
-@@ -319,7 +319,6 @@
- libidn=$withval, libidn=yes)
- if test "$libidn" != "no"; then
- if test "$libidn" != "yes"; then
-- LDFLAGS="${LDFLAGS} -L$libidn/lib"
- CPPFLAGS="${CPPFLAGS} -I$libidn/include"
- fi
- AC_CHECK_HEADER(idna.h,
diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch b/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch
deleted file mode 100644
index 44c5239ae03f..000000000000
--- a/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/m4/ssl.m4
-+++ b/m4/ssl.m4
-@@ -10,7 +10,6 @@
- old_CPPFLAGS="$CPPFLAGS"
- LIBS="$LIBS -lssl -lcrypto"
- if test $loc != default; then
-- LDFLAGS="$LDFLAGS -L$loc/lib"
- CPPFLAGS="$CPPFLAGS -I$loc/include"
- fi
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <openssl/ssl.h>
-@@ -21,7 +20,6 @@
- if test $found_loc != "none"; then
- lftp_cv_openssl="OPENSSL_LIBS=\"-lssl -lcrypto\""
- if test $found_loc != default; then
-- lftp_cv_openssl="$lftp_cv_openssl OPENSSL_LDFLAGS=\"-L$found_loc/lib -R$found_loc/lib\""
- lftp_cv_openssl="$lftp_cv_openssl OPENSSL_CPPFLAGS=-I$found_loc/include"
- fi
- break;
diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch b/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch
deleted file mode 100644
index 791bd2c5a3b9..000000000000
--- a/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -305,7 +305,6 @@
-
- AX_CHECK_ZLIB([
- AC_SUBST([ZLIB],[-lz])
-- AC_SUBST([ZLIB_LDFLAGS],["-L${ZLIB_HOME}/lib"])
- AC_SUBST([ZLIB_CPPFLAGS],["-I${ZLIB_HOME}/include"])
- ],[
- AC_MSG_ERROR([cannot find -lz library, install zlib-devel package])
---- a/m4/ax_check_zlib.m4
-+++ b/m4/ax_check_zlib.m4
-@@ -105,7 +105,6 @@
- ZLIB_OLD_LDFLAGS=$LDFLAGS
- ZLIB_OLD_CPPFLAGS=$CPPFLAGS
- if test -n "${ZLIB_HOME}"; then
-- LDFLAGS="$LDFLAGS -L${ZLIB_HOME}/lib"
- CPPFLAGS="$CPPFLAGS -I${ZLIB_HOME}/include"
- fi
- AC_LANG_SAVE
-@@ -120,7 +119,6 @@
- #
- m4_ifblank([$1],[
- CPPFLAGS="$CPPFLAGS -I${ZLIB_HOME}/include"
-- LDFLAGS="$LDFLAGS -L${ZLIB_HOME}/lib"
- LIBS="-lz $LIBS"
- AC_DEFINE([HAVE_LIBZ], [1],
- [Define to 1 if you have `z' library (-lz)])