diff options
author | Richard Yao <ryao@gentoo.org> | 2013-10-11 23:17:02 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2013-10-11 23:17:02 +0000 |
commit | c245e9176d8c53c45e1b4c5e67fae935efc12dc9 (patch) | |
tree | 607d9f45402d5f8080950918062c727f472dab11 /sys-fs | |
parent | Mask m17n-lib for MIPS. Bug #485366 (diff) | |
download | gentoo-2-c245e9176d8c53c45e1b4c5e67fae935efc12dc9.tar.gz gentoo-2-c245e9176d8c53c45e1b4c5e67fae935efc12dc9.tar.bz2 gentoo-2-c245e9176d8c53c45e1b4c5e67fae935efc12dc9.zip |
Set --with-blkid to avoid sandbox violation; Move new zfs_core library to /
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/zfs/ChangeLog b/sys-fs/zfs/ChangeLog index 3603a0c7916e..096f5a67aa54 100644 --- a/sys-fs/zfs/ChangeLog +++ b/sys-fs/zfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/zfs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.72 2013/10/05 22:08:09 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.73 2013/10/11 23:17:02 ryao Exp $ + + 11 Oct 2013; Richard Yao <ryao@gentoo.org> zfs-9999.ebuild: + Set --with-blkid to avoid sandbox violation; Move new zfs_core library to / *zfs-0.6.2-r1 (05 Oct 2013) diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index ece56f9993ec..388cff5586e4 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.48 2013/09/05 19:44:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.49 2013/10/11 23:17:02 ryao Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -86,6 +86,7 @@ src_configure() { --with-linux="${KV_DIR}" --with-linux-obj="${KV_OUT_DIR}" --with-udevdir="$(udev_get_udevdir)" + --with-blkid $(use_with selinux) ) autotools-utils_src_configure @@ -103,7 +104,7 @@ src_configure() { src_install() { autotools-utils_src_install - gen_usr_ldscript -a uutil nvpair zpool zfs + gen_usr_ldscript -a uutil nvpair zpool zfs zfs_core rm -rf "${ED}usr/lib/dracut" use test-suite || rm -rf "${ED}usr/share/zfs" |