summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-08-26 20:21:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-08-26 20:21:52 +0000
commitc4913170e71ff98f17ce605a59f4f1268c847808 (patch)
tree919030f10cafd10ab99f2cf9165b39144cf251bc /net-analyzer/poink/poink-2.03.ebuild
parentQA: remove daemontools-man as the only ebuilds using it are gone. (diff)
downloadhistorical-c4913170e71ff98f17ce605a59f4f1268c847808.tar.gz
historical-c4913170e71ff98f17ce605a59f4f1268c847808.tar.bz2
historical-c4913170e71ff98f17ce605a59f4f1268c847808.zip
QA: respect LDFLAGS (close bug #334757).
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/poink/poink-2.03.ebuild')
-rw-r--r--net-analyzer/poink/poink-2.03.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/poink/poink-2.03.ebuild b/net-analyzer/poink/poink-2.03.ebuild
index 3d277025a833..a029d0ebac50 100644
--- a/net-analyzer/poink/poink-2.03.ebuild
+++ b/net-analyzer/poink/poink-2.03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/poink/poink-2.03.ebuild,v 1.8 2009/09/23 18:23:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/poink/poink-2.03.ebuild,v 1.9 2011/08/26 20:21:52 flameeyes Exp $
inherit eutils toolchain-funcs
@@ -19,7 +19,7 @@ src_unpack() {
}
src_compile() {
- emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die
+ emake CFLAGS="${CFLAGS} ${LDFLAGS}" CC="$(tc-getCC)" || die
}
src_install() {