Browse Source

expat: disable tests

Waldemar Brodkorb 5 months ago
parent
commit
405f822b0e
2 changed files with 3 additions and 1 deletions
  1. 2 1
      package/expat/Makefile
  2. 1 0
      toolchain/expat/Makefile

+ 2 - 1
package/expat/Makefile

@@ -25,7 +25,8 @@ TARGET_CFLAGS:=	$(filter-out -static,$(TARGET_CFLAGS))
 TARGET_LDFLAGS:=$(filter-out -static,$(TARGET_LDFLAGS))
 endif
 
-CONFIGURE_ARGS+=	--without-docbook
+CONFIGURE_ARGS+=	--without-docbook \
+			--without-tests
 
 libexpat-install:
 	${INSTALL_DIR} ${IDIR_LIBEXPAT}/usr/lib

+ 1 - 0
toolchain/expat/Makefile

@@ -17,6 +17,7 @@ $(WRKBUILD)/.configured:
 		--enable-static \
 		--disable-shared \
 		--without-docbook \
+		--without-tests \
 	);
 	touch $@