From: Marc Schiffbauer Date: Fri, 18 Sep 2015 22:18:02 +0000 (+0200) Subject: net-misc/telnet-bsd: fix build with force --as-needed X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2a6eb017f6706dfd4c3f27888969ff5a417aa422;p=gentoo.git 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 --- 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 0a5ea0562e6a..38614867b97f 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() {