diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-27 21:19:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-27 21:19:28 +0000 |
commit | 39e013d003cf8736fddb43bf8836428f06592ae9 (patch) | |
tree | 5fd5e607bbaf6de12c1ad1239f6b80461d36e7c6 /package/uhttpd/Makefile | |
parent | 0e417cf3ce3fc469106548491c9d9c19ddae45d0 (diff) | |
download | upstream-39e013d003cf8736fddb43bf8836428f06592ae9.tar.gz upstream-39e013d003cf8736fddb43bf8836428f06592ae9.tar.bz2 upstream-39e013d003cf8736fddb43bf8836428f06592ae9.zip |
uhttpd: fix build dependencies (#7674)
SVN-Revision: 22404
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 1 |
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 |