mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
The autotool-based build system uses a lot of Bash == comparison operators, which obviously causes breakages on non-Bash POSIX-compliant shells. This commit sets the CONFIG_SHELL environment variable for econf and drops libpcre in favour for libpcre2. Closes: https://bugs.gentoo.org/886539 Closes: https://bugs.gentoo.org/887135 Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41592 Closes: https://github.com/gentoo/gentoo/pull/41592 Signed-off-by: Sam James <sam@gentoo.org>