Pārlūkot izejas kodu

expat: disable tests

Waldemar Brodkorb 1 mēnesi atpakaļ
vecāks
revīzija
405f822b0e
2 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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 $@