lighttpd: Fix dependencies among auth mods
authorDavid Yang <redacted>
Thu, 20 Dec 2018 13:35:30 +0000 (21:35 +0800)
committerDavid Yang <redacted>
Fri, 11 Jan 2019 13:03:32 +0000 (21:03 +0800)
commit0bda3d9a83abb2d0f489a0b94fd63942a8a51862
treecb46a7a9aee59848c43b1a5b529b5d248d84ba0f
parent561401ad4344d7bfd7f4dda11957cc5d9954897a
lighttpd: Fix dependencies among auth mods

lighttpd-mod-auth has to be installed with lighttpd-mod-authn_file,
otherwise an error will appear even when auth.backend is not "plain".

  (plugin.c.229) dlopen() failed for: /usr/lib/lighttpd/mod_authn_file.so Error loading shared library /usr/lib/lighttpd/mod_authn_file.so: No such file or directory

Signed-off-by: David Yang <redacted>
net/lighttpd/Makefile
git clone https://git.99rst.org/PROJECT