mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-libs/libpcre: disable JIT for x32
libpcre (not libpcre2) is EOL upstream, so let's just disable JIT. Closes: https://bugs.gentoo.org/642284 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -75,6 +75,9 @@ multilib_src_configure() {
|
||||
--enable-shared
|
||||
)
|
||||
|
||||
# bug #642284
|
||||
[[ ${ABI} == x32 ]] && myeconfargs+=( --disable-jit --disable-pcregrep-jit )
|
||||
|
||||
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user