diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-02-24 13:13:23 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-02-24 13:13:42 +0100 |
commit | d1b0eb928ded4867cbed2d25effca4a52bc37922 (patch) | |
tree | 57e7cbf60e0b8c31183ce859644ad88884d199f8 /net-ftp/lftp | |
parent | net-misc/minissdpd: version bump to 1.5.20180223 (diff) | |
download | gentoo-d1b0eb928ded4867cbed2d25effca4a52bc37922.tar.gz gentoo-d1b0eb928ded4867cbed2d25effca4a52bc37922.tar.bz2 gentoo-d1b0eb928ded4867cbed2d25effca4a52bc37922.zip |
net-ftp/lftp: Remove ZLIB_LDFLAGS from configure.ac (bug #646284 by Xuefer).
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r-- | net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 index 9ec7c1b0dd17..791bd2c5a3b9 100644 --- a/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch +++ b/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch @@ -1,3 +1,13 @@ +--- 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 @@ |