jamielinux pushed to nginx (f22). "Add --with-pcre-jit"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 22 15:51:13 UTC 2015


>From ed8afe3dd18911eae7e7ee7908195c59ff4ff270 Mon Sep 17 00:00:00 2001
From: Jamie Nguyen <j at jamielinux.com>
Date: Wed, 22 Apr 2015 15:18:26 +0100
Subject: Add --with-pcre-jit


diff --git a/nginx.spec b/nginx.spec
index ccce8ac..92fbe46 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -21,7 +21,7 @@
 Name:              nginx
 Epoch:             1
 Version:           1.8.0
-Release:           1%{?dist}
+Release:           2%{?dist}
 
 Summary:           A high performance web server and reverse proxy server
 Group:             System Environment/Daemons
@@ -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
@@ -260,6 +261,9 @@ fi
 
 
 %changelog
+* Wed Apr 22 2015 Jamie Nguyen <jamielinux at fedoraproject.org> - 1:1.8.0-2
+- add --with-pcre-jit
+
 * Wed Apr 22 2015 Jamie Nguyen <jamielinux at fedoraproject.org> - 1:1.8.0-1
 - update to upstream release 1.8.0
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/nginx.git/commit/?h=f22&id=ed8afe3dd18911eae7e7ee7908195c59ff4ff270


More information about the scm-commits mailing list