summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-09-21 15:40:52 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-09-21 15:50:21 -0700
commit72ca90fa2e9e5028983cce06f3726fcd622af825 (patch)
tree34e4cd43f10e4ef87b9684001793a5140f00a210 /sys-fs
parentdev-python/loguru: bump to 0.5.3 (diff)
downloadgentoo-72ca90fa2e9e5028983cce06f3726fcd622af825.tar.gz
gentoo-72ca90fa2e9e5028983cce06f3726fcd622af825.tar.bz2
gentoo-72ca90fa2e9e5028983cce06f3726fcd622af825.zip
sys-fs/zfs-kmod: 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-kmod/zfs-kmod-0.8.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.8.4-r1.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.8.4-r1.ebuild
index 2276604b161c..18afe59c4a99 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-0.8.4-r1.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-0.8.4-r1.ebuild
@@ -116,7 +116,7 @@ src_configure() {
$(use_enable debug)
)
- econf "${myconf[@]}"
+ CONFIG_SHELL="${EPREFIX}/bin/bash" econf "${myconf[@]}"
}
src_compile() {