diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-21 15:43:33 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-21 15:51:06 -0700 |
commit | a0addbfd6902fe7454a16722c17e3d63ed8dd914 (patch) | |
tree | 3aef84c52f86277e2e82927c0e63ce1972e31d09 /sys-fs | |
parent | sys-fs/zfs-kmod: use bash as config shell explicitly (diff) | |
download | gentoo-a0addbfd6902fe7454a16722c17e3d63ed8dd914.tar.gz gentoo-a0addbfd6902fe7454a16722c17e3d63ed8dd914.tar.bz2 gentoo-a0addbfd6902fe7454a16722c17e3d63ed8dd914.zip |
sys-fs/zfs: use bash as config shell explicitly
dash as /bin/sh users get build failures for 0.8.x
but it seems to be ok in 2.0.x
Bug: https://bugs.gentoo.org/724452
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/zfs-0.8.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/zfs/zfs-0.8.4-r2.ebuild b/sys-fs/zfs/zfs-0.8.4-r2.ebuild index 71e06c34f7c3..3bcbb4af433c 100644 --- a/sys-fs/zfs/zfs-0.8.4-r2.ebuild +++ b/sys-fs/zfs/zfs-0.8.4-r2.ebuild @@ -146,7 +146,7 @@ src_configure() { $(usex minimal --without-python --with-python="${EPYTHON}") ) - econf "${myconf[@]}" + CONFIG_SHELL="${EPREFIX}/bin/bash" econf "${myconf[@]}" } src_compile() { |