diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-03-23 16:39:14 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-03-23 16:39:14 +0000 |
commit | 38069981aaa7ddeed59152c7fc6510cc66fa2be4 (patch) | |
tree | 6ee1136319d87d283539b05690ec39718fdc516a /x11-misc/lineak-defaultplugin | |
parent | Remove vulnerable ebuild for CVE-2011-1174 & CVE-2011-1175 now that a secure ... (diff) | |
download | gentoo-2-38069981aaa7ddeed59152c7fc6510cc66fa2be4.tar.gz gentoo-2-38069981aaa7ddeed59152c7fc6510cc66fa2be4.tar.bz2 gentoo-2-38069981aaa7ddeed59152c7fc6510cc66fa2be4.zip |
Respect LDFLAGS. #337226
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/lineak-defaultplugin')
-rw-r--r-- | x11-misc/lineak-defaultplugin/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/lineak-defaultplugin/ChangeLog b/x11-misc/lineak-defaultplugin/ChangeLog index 8133cbcf935c..cc6a5557d317 100644 --- a/x11-misc/lineak-defaultplugin/ChangeLog +++ b/x11-misc/lineak-defaultplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lineak-defaultplugin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.27 2010/05/22 11:28:22 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.28 2011/03/23 16:39:14 signals Exp $ + + 23 Mar 2011; Kevin McCarthy <signals@gentoo.org> + lineak-defaultplugin-0.9.0.ebuild: + Respect LDFLAGS. #337226 22 May 2010; Torsten Veller <tove@gentoo.org> metadata.xml: Remove genstef from metadata.xml (#66339) diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild index 38e21426a068..4e6224ea0a66 100644 --- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild +++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild,v 1.6 2008/06/29 11:26:12 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild,v 1.7 2011/03/23 16:39:14 signals Exp $ inherit eutils multilib @@ -27,7 +27,7 @@ src_unpack() { } src_compile() { - econf $(use_enable debug) + econf USER_LDFLAGS="${LDFLAGS}" $(use_enable debug) emake || die "emake failed." } |