Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 326788 Details for
Bug 438734
linux-mod.eclass - KERNEL_DIR/KBUILD_OUTPUT version mismatch is not detected, KERNEL_DIR is not inferred from $KBUILD_OUTPUT/source
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
aufs3-3_p20121015.ebuild.patch
aufs3-3_p20121015.ebuild.patch (text/plain), 1.00 KB, created by
Dennis Schridde
on 2012-10-17 19:40:19 UTC
(
hide
)
Description:
aufs3-3_p20121015.ebuild.patch
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2012-10-17 19:40:19 UTC
Size:
1.00 KB
patch
obsolete
>--- aufs3-3_p20121015.ebuild.orig 2012-10-17 21:15:20.039002283 +0200 >+++ aufs3-3_p20121015.ebuild 2012-10-17 20:29:28.600101283 +0200 >@@ -4,7 +4,7 @@ > > EAPI=4 > >-inherit linux-mod multilib toolchain-funcs eutils >+inherit linux-mod multilib toolchain-funcs flag-o-matic eutils > > AUFS_VERSION="${PV%%_p*}" > # highest branch version >@@ -124,12 +124,10 @@ > } > > src_compile() { >- local ARCH=x86 >- >- emake CC=$(tc-getCC) ARCH=$(tc-arch-kernel) CONFIG_AUFS_FS=m KDIR=${KV_DIR} >+ emake CC="$(tc-getCC)" LDFLAGS="$(raw-ldflags)" ARCH="$(tc-arch-kernel)" CONFIG_AUFS_FS=m KDIR="${KV_OUT_DIR}" > > cd "${WORKDIR}"/${PN/3}-util >- emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_DIR} C_INCLUDE_PATH="${S}"/include >+ emake CC="$(tc-getCC)" AR="$(tc-getAR)" KDIR="${KV_OUT_DIR}" C_INCLUDE_PATH="${S}"/include > } > > src_install() { >@@ -142,7 +140,7 @@ > dodoc Documentation/filesystems/aufs/README > > cd "${WORKDIR}"/${PN/3}-util >- emake DESTDIR="${D}" KDIR=${KV_DIR} install >+ emake DESTDIR="${D}" install > > newdoc README README-utils > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 438734
:
326784
|
326786
| 326788