lighttpd: add lighttpd-mod-rrdtool dep on rrdtool1
authorGlenn Strauss <[email protected]>
Wed, 30 Nov 2022 05:21:49 +0000 (00:21 -0500)
committerGlenn Strauss <[email protected]>
Fri, 14 Apr 2023 17:58:33 +0000 (13:58 -0400)
add lighttpd-mod-rrdtool dependency on rrdtool1

Signed-off-by: Glenn Strauss <[email protected]>
(cherry picked from commit 9f299e881ba7ae665d5251d1e4c8a9585b039911)

net/lighttpd/Makefile

index 7b6c6f33fbce2ade21a19b0c8affdb3e6e5d41f3..802d5c49bebe269374784e166663b416f7f2d58b 100644 (file)
@@ -270,7 +270,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,secdownload,Secure and fast download,+PACKAGE_lighttpd-mod-secdownload:libnettle,30))
 $(eval $(call BuildPlugin,setenv,Environment variable setting,,30))