lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 8e26160834ccb9d49b56fa092ccc47965762749f
parent 2e09d066982a021ac4060bc5c3ad11ee49b0ec2c
Author: Alexander Ryzhov <github@ryzhov-al.ru>
Date:   Thu, 23 Apr 2015 07:58:33 +0000

lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>

Diffstat:
Mnet/lighttpd/Makefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd PKG_VERSION:=1.4.35 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://download.lighttpd.net/lighttpd/releases-1.4.x @@ -60,7 +60,7 @@ CONFIGURE_ARGS+= \ --without-fam \ --without-gdbm \ --without-ldap \ - --without-lua \ + --with-lua \ --without-memcache \ --with-pcre \ --without-valgrind \ @@ -161,7 +161,7 @@ $(eval $(call BuildPlugin,access,Access restrictions,,30)) $(eval $(call BuildPlugin,accesslog,Access logging,,30)) $(eval $(call BuildPlugin,alias,Directory alias,,30)) $(eval $(call BuildPlugin,cgi,CGI,,30)) -$(eval $(call BuildPlugin,cml,Cache Meta Language,,30)) +$(eval $(call BuildPlugin,cml,Cache Meta Language,+liblua,30)) $(eval $(call BuildPlugin,compress,Compress output,+PACKAGE_lighttpd-mod-compress:zlib,30)) $(eval $(call BuildPlugin,evasive,Evasive,,30)) $(eval $(call BuildPlugin,evhost,Exnhanced Virtual-Hosting,,30)) @@ -169,7 +169,7 @@ $(eval $(call BuildPlugin,expire,Expire,,30)) $(eval $(call BuildPlugin,extforward,Extract client,,30)) $(eval $(call BuildPlugin,fastcgi,FastCGI,,30)) $(eval $(call BuildPlugin,flv_streaming,FLV streaming,,30)) -$(eval $(call BuildPlugin,magnet,Magnet,,30)) +$(eval $(call BuildPlugin,magnet,Magnet,+liblua,30)) $(eval $(call BuildPlugin,mysql_vhost,Mysql virtual hosting,+PACKAGE_lighttpd-mod-mysql_vhost:libmysqlclient,30)) $(eval $(call BuildPlugin,proxy,Proxy,,30)) $(eval $(call BuildPlugin,rewrite,URL rewriting,+PACKAGE_lighttpd-mod-rewrite:libpcre,30))