Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-fs/zfs/, sys-devel/spl/
Date: Thu, 28 Apr 2011 22:53:28
Message-Id: 3b30e9bb1be46f28c17267bfea2dba5e6f8b00bc.alexxy@gentoo
1 commit: 3b30e9bb1be46f28c17267bfea2dba5e6f8b00bc
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 22:52:01 2011 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 22:52:01 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3b30e9bb
7
8 Fix include path for zfs and spl
9
10 ---
11 sys-devel/spl/spl-0.6.0_rc3.ebuild | 1 +
12 sys-devel/spl/spl-9999.ebuild | 1 +
13 sys-fs/zfs/zfs-0.6.0_rc3.ebuild | 1 +
14 sys-fs/zfs/zfs-9999.ebuild | 1 +
15 4 files changed, 4 insertions(+), 0 deletions(-)
16
17 diff --git a/sys-devel/spl/spl-0.6.0_rc3.ebuild b/sys-devel/spl/spl-0.6.0_rc3.ebuild
18 index 40b2501..a59d99e 100644
19 --- a/sys-devel/spl/spl-0.6.0_rc3.ebuild
20 +++ b/sys-devel/spl/spl-0.6.0_rc3.ebuild
21 @@ -33,6 +33,7 @@ src_configure() {
22 set_arch_to_kernel
23 econf \
24 --prefix="${EPREFIX}" \
25 + --includedir="${EPREFIX}"/usr/include \
26 --with-config=all \
27 --with-linux="${KERNEL_DIR}" \
28 --with-linux-obj="${KERNEL_DIR}"
29
30 diff --git a/sys-devel/spl/spl-9999.ebuild b/sys-devel/spl/spl-9999.ebuild
31 index 5aed7dd..60911da 100644
32 --- a/sys-devel/spl/spl-9999.ebuild
33 +++ b/sys-devel/spl/spl-9999.ebuild
34 @@ -32,6 +32,7 @@ src_configure() {
35 set_arch_to_kernel
36 econf \
37 --prefix="${EPREFIX}" \
38 + --includedir="${EPREFIX}"/usr/include \
39 --with-config=all \
40 --with-linux="${KERNEL_DIR}" \
41 --with-linux-obj="${KERNEL_DIR}"
42
43 diff --git a/sys-fs/zfs/zfs-0.6.0_rc3.ebuild b/sys-fs/zfs/zfs-0.6.0_rc3.ebuild
44 index c72cbb2..86d601d 100644
45 --- a/sys-fs/zfs/zfs-0.6.0_rc3.ebuild
46 +++ b/sys-fs/zfs/zfs-0.6.0_rc3.ebuild
47 @@ -36,6 +36,7 @@ src_configure() {
48 set_arch_to_kernel
49 econf \
50 --with-prefix="${EPREFIX}" \
51 + --includedir="${EPREFIX}"/usr/include \
52 --with-config=all \
53 --with-linux="${KERNEL_DIR}" \
54 --with-linux-obj="${KERNEL_DIR}" \
55
56 diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
57 index 8394619..4568197 100644
58 --- a/sys-fs/zfs/zfs-9999.ebuild
59 +++ b/sys-fs/zfs/zfs-9999.ebuild
60 @@ -37,6 +37,7 @@ src_configure() {
61 set_arch_to_kernel
62 econf \
63 --with-prefix="${EPREFIX}" \
64 + --includedir="${EPREFIX}"/usr/include \
65 --with-config=all \
66 --with-linux="${KERNEL_DIR}" \
67 --with-linux-obj="${KERNEL_DIR}" \