From: Vsevolod Stakhov Date: Wed, 13 May 2015 12:32:22 +0000 (+0100) Subject: Fix JITless world. X-Git-Tag: 0.9.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1774d2b58c9002e85b14e3952a4a12603f29e33c;p=thirdparty%2Frspamd.git Fix JITless world. --- diff --git a/src/libutil/regexp.c b/src/libutil/regexp.c index 02ece33500..977bb02685 100644 --- a/src/libutil/regexp.c +++ b/src/libutil/regexp.c @@ -322,9 +322,11 @@ fin: } } else { +#ifdef HAVE_PCRE_JIT /* Just alias pointers */ res->raw_extra = res->extra; res->raw_jstack = res->jstack; +#endif } } }