mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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[@]}"
|
||||
}
|
||||
|
||||
|
||||
@@ -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[@]}"
|
||||
}
|
||||
|
||||
|
||||
@@ -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[@]}"
|
||||
}
|
||||
|
||||
|
||||
@@ -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[@]}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user