pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nginx CONFIGURE_ARGS+=--with-pcre-jit for the pcre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ceb64ebfef97
branches:  trunk
changeset: 629893:ceb64ebfef97
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Fri Jan 31 03:09:19 2014 +0000

description:
CONFIGURE_ARGS+=--with-pcre-jit for the pcre option. If pcre isn't compiled
with --enable-jit, this option doesn't break the build. If it is, users can
still disable this feature by setting pcre_jit=off in nginx.conf.

diffstat:

 www/nginx/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cf008d04c16c -r ceb64ebfef97 www/nginx/options.mk
--- a/www/nginx/options.mk      Thu Jan 30 22:12:05 2014 +0000
+++ b/www/nginx/options.mk      Fri Jan 31 03:09:19 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2013/08/18 08:06:38 imil Exp $
+# $NetBSD: options.mk,v 1.23 2014/01/31 03:09:19 rodent Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nginx
 PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 mail-proxy memcache naxsi pcre \
@@ -28,6 +28,7 @@
 
 .if !empty(PKG_OPTIONS:Mpcre)
 .include "../../devel/pcre/buildlink3.mk"
+CONFIGURE_ARGS+=       --with-pcre-jit
 .else
 CONFIGURE_ARGS+=       --without-pcre
 CONFIGURE_ARGS+=       --without-http_rewrite_module



Home | Main Index | Thread Index | Old Index