commit: 4ea0fe6a88efffe9d942631ceeeaefa1b23abe13
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 21:01:53 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 21:01:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea0fe6a
net-misc/dahdi: Pass LDFLAGS="$(raw-ldflags)" (bug 447648).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-misc/dahdi/dahdi-2.11.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/dahdi/dahdi-2.11.1.ebuild
b/net-misc/dahdi/dahdi-2.11.1.ebuild
index d4a44598ae..699e31f10a 100644
--- a/net-misc/dahdi/dahdi-2.11.1.ebuild
+++ b/net-misc/dahdi/dahdi-2.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -71,7 +71,7 @@ src_prepare() {
src_compile() {
unset ARCH
- emake V=1 CC=$(tc-getCC) LD=$(tc-getLD) KSRC="${KV_OUT_DIR}"
DESTDIR="${D}" DAHDI_MODULES_EXTRA="cwain.o qozap.o ztgsm.o" all
+ emake V=1 CC=$(tc-getCC) LD=$(tc-getLD) KSRC="${KV_OUT_DIR}"
DESTDIR="${D}" DAHDI_MODULES_EXTRA="cwain.o qozap.o ztgsm.o"
LDFLAGS="$(raw-ldflags)" all
}
src_install() {