mirror of
https://github.com/openwrt/packages.git
synced 2025-07-03 03:17:42 +00:00
`-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>