commit: c678bb18e0ec6eacdd693dae3110924f327f23a2
parent 10bc5417a161be983f33a4cc6ffdf2a4c2800644
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 1 Feb 2020 00:34:50 -0800
pcre: Disable JIT on non-GNU compilers
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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 */