From: Rosen Penev Date: Wed, 22 Jan 2020 02:58:23 +0000 (-0800) Subject: luarocks: remove zip/host dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1c3d395008c657311147e525c6e4e645f9c6ae51;p=openwrt-packages.git luarocks: remove zip/host dependency This should be satisfied by tools/host. Signed-off-by: Rosen Penev --- diff --git a/lang/luarocks/Makefile b/lang/luarocks/Makefile index 25db0325f..5ddc4328a 100644 --- a/lang/luarocks/Makefile +++ b/lang/luarocks/Makefile @@ -22,7 +22,7 @@ PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 -PKG_BUILD_DEPENDS:=lua/host zip/host +PKG_BUILD_DEPENDS:=lua/host HOST_BUILD_DEPENDS:=$(PKG_BUILD_DEPENDS) HOST_BUILD_PARALLEL:=1