mirror of
https://github.com/openwrt/packages.git
synced 2025-07-05 06:33:07 +00:00
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: f0754531c4
("nginx: move to PCRE2")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>