net-misc/dahdi: Pass LDFLAGS="$(raw-ldflags)" (bug 447648).
authorMichael Weber <xmw@gentoo.org>
Wed, 22 Feb 2017 21:01:53 +0000 (22:01 +0100)
committerMichael Weber <xmw@gentoo.org>
Wed, 22 Feb 2017 21:01:53 +0000 (22:01 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-misc/dahdi/dahdi-2.11.1.ebuild

index d4a44598ae263bd0344b092e51d9c98271a8785d..699e31f10a41bd2f7aa3aeb736196332a5706f55 100644 (file)
@@ -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() {