From 822ac7d7f47765e3cecb1138cebce361f5d94048 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Sun, 10 May 2015 10:00:36 +0100 Subject: [PATCH] Add --with-pcre-jit --- nginx.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.spec b/nginx.spec index 5279009..8c3436c 100644 --- a/nginx.spec +++ b/nginx.spec @@ -143,6 +143,7 @@ export DESTDIR=%{buildroot} --with-mail \ --with-mail_ssl_module \ --with-pcre \ + --with-pcre-jit \ %if 0%{?with_gperftools} --with-google_perftools_module \ %endif