From: Glenn Strauss Date: Wed, 30 Nov 2022 05:21:49 +0000 (-0500) Subject: lighttpd: add lighttpd-mod-rrdtool dep on rrdtool1 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8bcfb64a585ad504ff779fed6536a0a2c7f301c2;p=feed%2Fpackages.git lighttpd: add lighttpd-mod-rrdtool dep on rrdtool1 add lighttpd-mod-rrdtool dependency on rrdtool1 Signed-off-by: Glenn Strauss (cherry picked from commit 9f299e881ba7ae665d5251d1e4c8a9585b039911) --- diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index e09da4e161..ae628eaded 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -268,7 +268,7 @@ $(eval $(call BuildPlugin,openssl,TLS using openssl,@LIGHTTPD_SSL +PACKAGE_light $(eval $(call BuildPlugin,proxy,Proxy,,30)) $(eval $(call BuildPlugin,redirect,URL redirection,$(if $(CONFIG_LIGHTTPD_PCRE2),+PACKAGE_lighttpd-mod-redirect:libpcre2,),10)) $(eval $(call BuildPlugin,rewrite,URL rewriting,$(if $(CONFIG_LIGHTTPD_PCRE2),+PACKAGE_lighttpd-mod-rewrite:libpcre2,),30)) -$(eval $(call BuildPlugin,rrdtool,RRDtool,,30)) +$(eval $(call BuildPlugin,rrdtool,RRDtool,rrdtool1,30)) $(eval $(call BuildPlugin,scgi,SCGI,,30)) $(eval $(call BuildPlugin,setenv,Environment variable setting,,30)) $(eval $(call BuildPlugin,simple_vhost,Simple virtual hosting,,30))