From: Koen Vandeputte Date: Thu, 15 Feb 2024 10:52:29 +0000 (+0100) Subject: tools/expat: fix build error with ccache X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;p=openwrt%2Fstaging%2Frobimarko.git tools/expat: fix build error with ccache Disable compilation of separate tests as it causes a build error when combined with ccache Fixes: 4a3f430d72 ("tools/expat: update to 2.6.0") Signed-off-by: Koen Vandeputte --- diff --git a/tools/expat/Makefile b/tools/expat/Makefile index 5ee91bfc8a..1df6f8ec96 100644 --- a/tools/expat/Makefile +++ b/tools/expat/Makefile @@ -24,6 +24,7 @@ HOSTCC := $(HOSTCC_NOCACHE) HOST_CONFIGURE_ARGS += \ --disable-shared \ --without-docbook \ + --without-tests \ --with-pic define Host/Uninstall