commit: 3b3ae3d6b7eea786ef7355a8106c95fb65cc0985 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 3 21:14:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 3 21:14:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3ae3d6
dev-debug/gdb: temporarily use bash for live Bug: https://inbox.sourceware.org/gdb-patches/87ecw08tfk.fsf <AT> gentoo.org/ Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/gdb/gdb-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-debug/gdb/gdb-9999.ebuild b/dev-debug/gdb/gdb-9999.ebuild index e3015bdaa8c3..8012d10407b9 100644 --- a/dev-debug/gdb/gdb-9999.ebuild +++ b/dev-debug/gdb/gdb-9999.ebuild @@ -269,7 +269,8 @@ src_configure() { # ensure proper compiler is detected for Clang builds: bug #831202 export GCC_FOR_TARGET="${CC_FOR_TARGET:-$(tc-getCC)}" - econf "${myconf[@]}" + # XXX: bash for https://inbox.sourceware.org/gdb-patches/[email protected]/ + CONFIG_SHELL="${BROOT}"/bin/bash econf "${myconf[@]}" } src_test() {
