mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
e1c294a18e
`-isystem ext` makes `#include <miniupnpc/miniupnpc.h>` actually include `ext/miniupnpc/miniupnpc.h`.
we should use `$(STAGING_DIR)/usr/include` as a higher priority system include path.
Fix https://github.com/openwrt/openwrt/issues/18019
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
(cherry picked from commit d1b5a6d68f)