FreeBSD Bugzilla – Attachment 157648 Details for
Bug 200793
www/nginx: allow pcre_jit in options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
www/nginx/Makefile
pcre-jit.diff (text/plain), 804 bytes, created by
Dmitry Alenichev
on 2015-06-11 18:39:54 UTC
(
hide
)
Description:
www/nginx/Makefile
Filename:
MIME Type:
Creator:
Dmitry Alenichev
Created:
2015-06-11 18:39:54 UTC
Size:
804 bytes
patch
obsolete
>Index: www/nginx/Makefile >=================================================================== >--- www/nginx/Makefile (revision 389232) >+++ www/nginx/Makefile (working copy) >@@ -52,6 +52,7 @@ > MAIL_POP3 \ > MAIL_SMTP \ > MAIL_SSL \ >+ PCRE_JIT \ > SPDY \ > THREADS \ > WWW \ >@@ -136,6 +137,7 @@ > MAIL_POP3_DESC= Enable POP3 proxy module > MAIL_SMTP_DESC= Enable SMTP proxy module > MAIL_SSL_DESC= Enable mail_ssl module >+PCRE_JIT_DESC= Enable pcre_jit > SPDY_DESC= Enable SPDY protocol support (SSL req.) > THREADS_DESC= Enable threads support > WWW_DESC= Enable html sample files >@@ -728,6 +730,10 @@ > CONFIGURE_ARGS+=--add-module=${WRKSRC_xss} > .endif > >+.if ${PORT_OPTIONS:MPCRE_JIT} >+CONFIGURE_ARGS+=--with-pcre-jit >+.endif >+ > .if ${PORT_OPTIONS:MSPDY} > NGINX_OPENSSL= yes > USE_HTTP_SSL= yes
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200793
: 157648