commit: 24a06b00206e8c645acc1aed5d115868ead02e1f
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 22:02:46 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 22:02:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a06b00
net-misc/dahdi: Pass LDFLAGS="$(raw-ldflags)" to install, too (bug 447648).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-misc/dahdi/dahdi-2.11.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/dahdi/dahdi-2.11.1.ebuild
b/net-misc/dahdi/dahdi-2.11.1.ebuild
index 699e31f10a..d9cf22dde4 100644
--- a/net-misc/dahdi/dahdi-2.11.1.ebuild
+++ b/net-misc/dahdi/dahdi-2.11.1.ebuild
@@ -76,6 +76,6 @@ src_compile() {
src_install() {
einfo "Installing kernel module"
- emake V=1 CC=$(tc-getCC) LD=$(tc-getLD) KSRC="${KV_OUT_DIR}"
DESTDIR="${D}" DAHDI_MODULES_EXTRA="cwain.o qozap.o ztgsm.o" install
+ 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)" install
rm -rf "$D"/lib/modules/*/modules.*
}