projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e378ee
)
net-ftp/lftp: Remove ZLIB_LDFLAGS from configure.ac (bug #646284 by Xuefer).
author
Jeroen Roovers
<jer@gentoo.org>
Sat, 24 Feb 2018 12:13:23 +0000
(13:13 +0100)
committer
Jeroen Roovers
<jer@gentoo.org>
Sat, 24 Feb 2018 12:13:42 +0000
(13:13 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch
patch
|
blob
|
history
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 9ec7c1b0dd17f78ae7d07bc1fe7c6e4ff964c37b..791bd2c5a3b933639f7d8e3893d9a1e19c0d5505 100644
(file)
--- 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 @@