From c678bb18e0ec6eacdd693dae3110924f327f23a2 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 1 Feb 2020 00:34:50 -0800 Subject: pcre: Disable JIT on non-GNU compilers --- pkg/pcre/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/pcre') diff --git a/pkg/pcre/config.h b/pkg/pcre/config.h index 6b02d5b2..880460ed 100644 --- a/pkg/pcre/config.h +++ b/pkg/pcre/config.h @@ -63,7 +63,9 @@ #define POSIX_MALLOC_THRESHOLD 10 /* #undef PTHREAD_CREATE_JOINABLE */ #define STDC_HEADERS 1 +#ifdef __GNUC__ #define SUPPORT_JIT /**/ +#endif /* #undef SUPPORT_LIBBZ2 */ /* #undef SUPPORT_LIBEDIT */ /* #undef SUPPORT_LIBREADLINE */ -- cgit v1.2.3