From 410e4ea3d1995a96cde7d73d48ffadc416cba3fd Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Fri, 25 Nov 2016 10:33:28 -0500 Subject: [PATCH] lighttpd: add option to build mod_authn_file.so Signed-off-by: W. Michael Petullo --- net/lighttpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 7d3bb5c02..1c17cefbe 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd PKG_VERSION:=1.4.42 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://download.lighttpd.net/lighttpd/releases-1.4.x @@ -155,6 +155,7 @@ $(eval $(call BuildPlugin,redirect,URL redirection,+PACKAGE_lighttpd-mod-redirec # Next, permit authentication. $(eval $(call BuildPlugin,auth,Authentication,,20)) +$(eval $(call BuildPlugin,authn_file,File-based authentication,,20)) # Finally, everything else. $(eval $(call BuildPlugin,access,Access restrictions,,30))