[PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.
rand at sent.com
rand at sent.com
Wed Dec 11 15:01:38 UTC 2013
> As you already have libpcre installed, you don't need nginx to
> build it (and you don't need sources). If nginx isn't able to
> find the pcre itself, use something like this to tell where to
> look for headers and library:
>
> ./configure --with-cc-opt="-I/usr/local/include" \
> --with-ld-opt="-L/usr/local/lib64"
That's easy enough, then.
I've built pcre, separately, with pcre-jit support enabled. Is that
sufficient for nginx to use pcre-jit? I suspect that it is, and that
"--with-pcrejit" is also simply a build-pcre-in-nginx flag?
Thanks
More information about the nginx-devel
mailing list