From 8bcfb64a585ad504ff779fed6536a0a2c7f301c2 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 30 Nov 2022 00:21:49 -0500 Subject: [PATCH] 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) --- net/lighttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2