Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Building regexp backend as an external. | Dmitry Volyntsev | 2021-12-24 |
This allows not to build PCRE specific code as a part of libnjs.a thus supporting nginx builds with flags like --with-pcre=PCRE_DIR. When --no-pcre configure option is provided external code have to implement methods declared in njs_regex.h. This also closes #18 issue on Github. |