<div dir="ltr"><div># HG changeset patch</div><div># User Marcelo Mallmann <<a href="mailto:marcelo.mallmann@azion.com">marcelo.mallmann@azion.com</a>></div><div># Date 1466622014 10800</div><div># Wed Jun 22 16:00:14 2016 -0300</div><div># Node ID 3458ac42b0ce4e004516411eeab5a960253c1eac</div><div># Parent 191e23214dfbaf01255d421f5bbe0d5541d03a2f</div><div>Pass configuration options to PCRE build</div><div><br></div><div>Add '--with-pcre-conf-opt' option which passes its args to</div><div>pcre's 'configure' step.</div><div><br></div><div>diff -r 191e23214dfb -r 3458ac42b0ce auto/options</div><div>--- a/auto/options<span class="" style="white-space:pre"> </span>Wed Jun 22 11:50:02 2016 +0300</div><div>+++ b/auto/options<span class="" style="white-space:pre"> </span>Wed Jun 22 16:00:14 2016 -0300</div><div>@@ -327,6 +327,7 @@</div><div> --without-pcre) USE_PCRE=DISABLED ;;</div><div> --with-pcre) USE_PCRE=YES ;;</div><div> --with-pcre=*) PCRE="$value" ;;</div><div>+ --with-pcre-conf-opt=*) PCRE_CONF_OPT="$value" ;;</div><div> --with-pcre-opt=*) PCRE_OPT="$value" ;;</div><div> --with-pcre-jit) PCRE_JIT=YES ;;</div><div><br></div><div>@@ -508,6 +509,7 @@</div><div> --without-pcre disable PCRE library usage</div><div> --with-pcre force PCRE library usage</div><div> --with-pcre=DIR set path to PCRE library sources</div><div>+ --with-pcre-conf-opt=OPTIONS set additional configuration options for PCRE</div><div> --with-pcre-opt=OPTIONS set additional build options for PCRE</div><div> --with-pcre-jit build PCRE with JIT compilation support</div><div><br><br><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Marcelo Mallmann Dias<br></div>
</div>