aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/patches/nginx-mod-lua/101-bugfix-don-t-include-pcre.h-with-PCRE2-used.patch
Commit message (Collapse)AuthorAge
* nginx: fix nginx lua module compilation errorChristian Marangi2023-10-13
Add pending patch fixing compilation error for missing pcre.h. This is caused by a bug on their end by trying to add pcre.h even if we are using the PCRE2 library. Fixes: f0754531c4d8 ("nginx: move to PCRE2") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>