diff options
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/expat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/expat/Makefile b/toolchain/expat/Makefile index 6d1c6215b..1affc7b28 100644 --- a/toolchain/expat/Makefile +++ b/toolchain/expat/Makefile @@ -17,6 +17,7 @@ $(WRKBUILD)/.configured: --enable-static \ --disable-shared \ --without-docbook \ + --without-tests \ ); touch $@ |