Welcome! Log In Create A New Profile

Advanced

[PATCH] Pass configuration options to PCRE build

Marcelo MD
June 22, 2016 03:06PM
# HG changeset patch
# User Marcelo Mallmann <marcelo.mallmann@azion.com>
# Date 1466622014 10800
# Wed Jun 22 16:00:14 2016 -0300
# Node ID 3458ac42b0ce4e004516411eeab5a960253c1eac
# Parent 191e23214dfbaf01255d421f5bbe0d5541d03a2f
Pass configuration options to PCRE build

Add '--with-pcre-conf-opt' option which passes its args to
pcre's 'configure' step.

diff -r 191e23214dfb -r 3458ac42b0ce auto/options
--- a/auto/options Wed Jun 22 11:50:02 2016 +0300
+++ b/auto/options Wed Jun 22 16:00:14 2016 -0300
@@ -327,6 +327,7 @@
--without-pcre) USE_PCRE=DISABLED ;;
--with-pcre) USE_PCRE=YES ;;
--with-pcre=*) PCRE="$value" ;;
+ --with-pcre-conf-opt=*) PCRE_CONF_OPT="$value" ;;
--with-pcre-opt=*) PCRE_OPT="$value" ;;
--with-pcre-jit) PCRE_JIT=YES ;;

@@ -508,6 +509,7 @@
--without-pcre disable PCRE library usage
--with-pcre force PCRE library usage
--with-pcre=DIR set path to PCRE library sources
+ --with-pcre-conf-opt=OPTIONS set additional configuration options
for PCRE
--with-pcre-opt=OPTIONS set additional build options for PCRE
--with-pcre-jit build PCRE with JIT compilation
support



--
Marcelo Mallmann Dias
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[PATCH] Pass configuration options to PCRE build

Marcelo MD 497 June 22, 2016 03:06PM

Re: [PATCH] Pass configuration options to PCRE build

Maxim Dounin 193 June 28, 2016 09:00AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 208
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready