nginx: fix nginx lua module compilation error
authorChristian Marangi <redacted>
Fri, 13 Oct 2023 18:32:41 +0000 (20:32 +0200)
committerChristian Marangi <redacted>
Fri, 13 Oct 2023 18:35:42 +0000 (20:35 +0200)
commit32d53eae35a25eef77e1852cef1b039a6397578d
treecef718d26e76952f1caab8609b304e69b8ce9865
parent8c5f98d9524cc124bbbd02ffd95e37ef5283f8c8
nginx: fix nginx lua module compilation error

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 <redacted>
net/nginx/patches/nginx-mod-lua/101-bugfix-don-t-include-pcre.h-with-PCRE2-used.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT