Skip to content

Commit

Permalink
uhttpd: fix PKG_CONFIG_DEPENDS (FS#1189)
Browse files Browse the repository at this point in the history
Remove PACKAGE_uhttpd_debug config as this is an unused leftover
Add CONFIG_uhttpd_lua to PKG_CONFIG_DEPENDS

Signed-off-by: Hans Dedecker <[email protected]>
  • Loading branch information
dedeckeh committed Dec 15, 2017
1 parent 9f8d282 commit 5d6f2a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package/network/services/uhttpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Felix Fietkau <[email protected]>
PKG_LICENSE:=ISC

PKG_BUILD_DEPENDS = ustream-ssl
PKG_CONFIG_DEPENDS:= CONFIG_uhttpd_lua

include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
Expand All @@ -43,9 +44,6 @@ define Package/uhttpd/description
endef

define Package/uhttpd/config
config PACKAGE_uhttpd_debug
bool "Build with debug messages"
default n
config uhttpd_lua
depends on PACKAGE_uhttpd-mod-lua
bool "Enable Integrated Lua interpreter"
Expand Down

0 comments on commit 5d6f2a2

Please sign in to comment.