net-ftp/lftp: Remove ZLIB_LDFLAGS from configure.ac (bug #646284 by Xuefer).

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Jeroen Roovers
2018-02-24 13:13:23 +01:00
parent 0e378ee4ac
commit d1b0eb928d

View File

@@ -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 @@