sys-fs/lvm2: use /bin/bash as CONFIG_SHELL

Closes: https://bugs.gentoo.org/682404
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2019-07-24 12:06:20 +02:00
parent 1ad73742ac
commit abfedf55c9
4 changed files with 12 additions and 0 deletions

View File

@@ -180,6 +180,9 @@ src_configure() {
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
CLDFLAGS="${LDFLAGS}"
)
# Hard-wire this to bash as some shells (dash) don't know
# "-o pipefail" #682404
CONFIG_SHELL="/bin/bash" \
econf "${myeconfargs[@]}"
}

View File

@@ -185,6 +185,9 @@ src_configure() {
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
CLDFLAGS="${LDFLAGS}"
)
# Hard-wire this to bash as some shells (dash) don't know
# "-o pipefail" #682404
CONFIG_SHELL="/bin/bash" \
econf "${myeconfargs[@]}"
}

View File

@@ -188,6 +188,9 @@ src_configure() {
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
CLDFLAGS="${LDFLAGS}"
)
# Hard-wire this to bash as some shells (dash) don't know
# "-o pipefail" #682404
CONFIG_SHELL="/bin/bash" \
econf "${myeconfargs[@]}"
}

View File

@@ -177,6 +177,9 @@ src_configure() {
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
CLDFLAGS="${LDFLAGS}"
)
# Hard-wire this to bash as some shells (dash) don't know
# "-o pipefail" #682404
CONFIG_SHELL="/bin/bash" \
econf "${myeconfargs[@]}"
}