From 8e1027aa1aee28756b9f84ab1f94b4eceac4ad7c Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Tue, 18 Apr 2017 16:16:37 +0300 Subject: [PATCH] lighttpd: disable trigger_b4_dl module due to buildbot failure trigger_b4_dl fails to build in the 17.01 buildbot and that causes also three other modules to be unbuilt (userdir, usertrack, webdav). As a quick fix, disable trigger_b4_dl to see if the three missing modules then build ok in the buildbot. Signed-off-by: Hannu Nyman --- net/lighttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 870fe80c85..d681b086f2 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -181,7 +181,7 @@ $(eval $(call BuildPlugin,setenv,Environment variable setting,,30)) $(eval $(call BuildPlugin,simple_vhost,Simple virtual hosting,,30)) $(eval $(call BuildPlugin,ssi,SSI,+libpcre,30)) $(eval $(call BuildPlugin,status,Server status display,,30)) -$(eval $(call BuildPlugin,trigger_b4_dl,Trigger before download,+PACKAGE_lighttpd-mod-trigger_b4_dl:libpcre,30)) +#$(eval $(call BuildPlugin,trigger_b4_dl,Trigger before download,+PACKAGE_lighttpd-mod-trigger_b4_dl:libpcre,30)) $(eval $(call BuildPlugin,userdir,User directory,,30)) $(eval $(call BuildPlugin,usertrack,User tracking,,30)) $(eval $(call BuildPlugin,webdav,WebDAV,+PACKAGE_lighttpd-mod-webdav:libsqlite3 +PACKAGE_lighttpd-mod-webdav:libuuid +PACKAGE_lighttpd-mod-webdav:libxml2,30)) -- 2.30.2