From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6408E139B2A for ; Fri, 18 Sep 2015 22:24:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CDBD21C081; Fri, 18 Sep 2015 22:24:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E37B621C081 for ; Fri, 18 Sep 2015 22:24:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0336E340D74 for ; Fri, 18 Sep 2015 22:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CDEE18B for ; Fri, 18 Sep 2015 22:24:09 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1442614682.2a6eb017f6706dfd4c3f27888969ff5a417aa422.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild X-VCS-Directories: net-misc/telnet-bsd/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 2a6eb017f6706dfd4c3f27888969ff5a417aa422 X-VCS-Branch: master Date: Fri, 18 Sep 2015 22:24:09 +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: 774c2c7e-7ae4-4e08-93eb-67877846fb79 X-Archives-Hash: 4a29115646e89a2161e116902702a4dc commit: 2a6eb017f6706dfd4c3f27888969ff5a417aa422 Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Sep 18 22:18:02 2015 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Sep 18 22:18:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6eb017 net-misc/telnet-bsd: fix build with force --as-needed Fixes #559154 Thanks to Lars Wendler and Felix Janda Package-Manager: portage-2.2.20.1 net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild index 0a5ea05..3861486 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild @@ -33,7 +33,7 @@ src_configure() { fi econf - emake CFLAGS="${CFLAGS} $("$(tc-getPKG_CONFIG)" --libs ncurses)" + emake LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" } src_install() {