Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 449878 Details for
Bug 596872
sys-fs/zfs-kmod - src_configure() detects wrong source directory for spl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
01-spl-version.patch (text/plain), 914 bytes, created by
Corin Lawson
on 2016-10-11 15:27:39 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Corin Lawson
Created:
2016-10-11 15:27:39 UTC
Size:
914 bytes
patch
obsolete
>diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.6.5.8.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.6.5.8.ebuild >index bd221b1..2dcbc26 100644 >--- a/sys-fs/zfs-kmod/zfs-kmod-0.6.5.8.ebuild >+++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.5.8.ebuild >@@ -82,7 +82,7 @@ src_prepare() { > } > > src_configure() { >- local SPL_PATH="$(basename $(echo "${EROOT}usr/src/spl-"*))" >+ local SPL_PATH="$(basename $(ls -dr "${EROOT}usr/src/spl-"*))" > use custom-cflags || strip-flags > filter-ldflags -Wl,* > >diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild >index 47fd79f..1ecdfb7 100644 >--- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild >+++ b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild >@@ -82,7 +82,7 @@ src_prepare() { > } > > src_configure() { >- local SPL_PATH="$(basename $(echo "${EROOT}usr/src/spl-"*))" >+ local SPL_PATH="$(basename $(ls -dr "${EROOT}usr/src/spl-"*))" > use custom-cflags || strip-flags > filter-ldflags -Wl,* >
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 596872
: 449878