aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-07-27 21:19:28 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-07-27 21:19:28 +0000
commit39e013d003cf8736fddb43bf8836428f06592ae9 (patch)
tree5fd5e607bbaf6de12c1ad1239f6b80461d36e7c6 /package
parent0e417cf3ce3fc469106548491c9d9c19ddae45d0 (diff)
downloadupstream-39e013d003cf8736fddb43bf8836428f06592ae9.tar.gz
upstream-39e013d003cf8736fddb43bf8836428f06592ae9.tar.bz2
upstream-39e013d003cf8736fddb43bf8836428f06592ae9.zip
uhttpd: fix build dependencies (#7674)
SVN-Revision: 22404
Diffstat (limited to 'package')
-rw-r--r--package/uhttpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile
index 74f6abdb1a..2ad0816e3a 100644
--- a/package/uhttpd/Makefile
+++ b/package/uhttpd/Makefile
@@ -11,6 +11,7 @@ PKG_NAME:=uhttpd
PKG_RELEASE:=12
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
+PKG_BUILD_DEPENDS := libcyassl liblua
include $(INCLUDE_DIR)/package.mk