aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-04-05 02:33:41 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-04-05 02:33:41 +0000
commit69c1c6ed2828c772234f1379a1b3ff4c28e0226d (patch)
treeffc2f6d2515e8014911aa179ebbb2b8ff46675d9 /package/lua/Makefile
parent27b7e29e13432b15949646c5a479a840b47fbe28 (diff)
downloadupstream-69c1c6ed2828c772234f1379a1b3ff4c28e0226d.tar.gz
upstream-69c1c6ed2828c772234f1379a1b3ff4c28e0226d.tar.bz2
upstream-69c1c6ed2828c772234f1379a1b3ff4c28e0226d.zip
lua: add zlib build dependency, fix inaccuracy in gzip loader
SVN-Revision: 15109
Diffstat (limited to 'package/lua/Makefile')
-rw-r--r--package/lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile
index 689b845d55..69d39601ba 100644
--- a/package/lua/Makefile
+++ b/package/lua/Makefile
@@ -20,7 +20,7 @@ PKG_SOURCE_URL:=http://www.lua.org/ftp/ \
PKG_MD5SUM:=d0870f2de55d59c1c8419f36e8fac150
HOST_PATCH_DIR=./patches-host
-PKG_BUILD_DEPENDS:=lua/host
+PKG_BUILD_DEPENDS:=lua/host zlib
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk