mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
The package does not build due to host lib leakage, as evidenced by config.log: X_CFLAGS=' -I/usr/include' X_LIBS=' -L/usr/lib' Fix this by disabling X with a configure var. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>