dev-debug/systemtap: add upstream bug re bash

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-08-21 10:36:15 +01:00
parent d62f985260
commit cdc65357bd

View File

@@ -129,7 +129,8 @@ src_configure() {
$(use_with selinux)
)
# Use bash because of bashisms with brace expansion in Makefile.am (bug #913947)
# Use bash because of bashisms with brace expansion in Makefile.am
# https://sourceware.org/PR32105
CONFIG_SHELL="${BROOT}"/bin/bash PYTHON3="${PYTHON}" econf "${myeconfargs[@]}"
}