Browse Source

toybox: disable swap tools

Waldemar Brodkorb 6 years ago
parent
commit
28f83a7fd3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/toybox/Makefile

+ 1 - 0
package/toybox/Makefile

@@ -23,6 +23,7 @@ CONFIG_STYLE:=		manual
 XAKE_FLAGS+=		CC="gcc" V=1 PREFIX="$(WRKINST)"
 
 do-configure:
+	-rm $(WRKBUILD)/toys/other/swap*.c
 	cd $(WRKBUILD); PATH='$(HOST_PATH)' $(MAKE) defconfig
 
 toybox-install: