diff options
author | Koen Vandeputte <koen.vandeputte@citymesh.com> | 2024-02-15 11:52:29 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@citymesh.com> | 2024-02-15 12:02:20 +0100 |
commit | f3cbdaec29253eafdd4bea75c1af73fc6230853e (patch) | |
tree | fee5e4fe40be6cf7013d3b81edcf2a12cd1cda7e | |
parent | 869df9ecdf0aeaa0fe1c97c1a1801340086f9ab3 (diff) |
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 <koen.vandeputte@citymesh.com>
-rw-r--r-- | tools/expat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |