zerotier: fix system include path
authorLiangbin Lian <redacted>
Tue, 10 Jun 2025 03:03:13 +0000 (11:03 +0800)
committerJosef Schlehofer <redacted>
Wed, 11 Jun 2025 14:15:21 +0000 (16:15 +0200)
commitd1b5a6d68f2a17b73f5136d365bd1742a2dcac66
treef6d281a610a18702b0cdd7ad6561ecc209d7c490
parent8dc916e888973a5d3f5bc4a1bdd47698442e75d3
zerotier: fix system include path

`-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 <redacted>
net/zerotier/Makefile
git clone https://git.99rst.org/PROJECT