From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 870671382C5 for ; Sat, 24 Feb 2018 12:13:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6646CE07F6; Sat, 24 Feb 2018 12:13:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3ED8EE07F6 for ; Sat, 24 Feb 2018 12:13:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D292A335C31 for ; Sat, 24 Feb 2018 12:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FA901FE for ; Sat, 24 Feb 2018 12:13:44 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1519474422.d1b0eb928ded4867cbed2d25effca4a52bc37922.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch X-VCS-Directories: net-ftp/lftp/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d1b0eb928ded4867cbed2d25effca4a52bc37922 X-VCS-Branch: master Date: Sat, 24 Feb 2018 12:13:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c52f23d9-59bf-482b-b049-bb9bbcca4481 X-Archives-Hash: a5696887ab71c8229c7065624706697b commit: d1b0eb928ded4867cbed2d25effca4a52bc37922 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 24 12:13:23 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 24 12:13:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b0eb92 net-ftp/lftp: Remove ZLIB_LDFLAGS from configure.ac (bug #646284 by Xuefer). Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 9ec7c1b0dd1..791bd2c5a3b 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 @@