From: Steven Barth Date: Sun, 30 Nov 2008 14:50:35 +0000 (+0000) Subject: more compile fixes X-Git-Tag: 0.9.0~931 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=616f0a199de5027859e5843594de80344a9461f5;p=project%2Fluci.git more compile fixes --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 509e8b1ac..3027e7059 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -238,12 +238,12 @@ endef define Package/luci-httpd $(call Package/luci/httpdtemplate) - DEPENDS:=+luci-http + DEPENDS:=+luci-http +libuci TITLE:=Server Core endef define Package/luci-httpd/install - $(call Package/luci/install/template,$(1),libs/httpd) + $(call Package/luci/install/template,$(1),libs/lucittpd) endef