[packages/lighttpd: 7/10] fix missing bcond on mod_authn_ldap

glen glen at pld-linux.org
Sun Oct 22 15:24:23 CEST 2017


commit 5b71fa5bdf212350a8ff8af0748ae7ff05e59f53
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Oct 22 15:14:59 2017 +0300

    fix missing bcond on mod_authn_ldap

 lighttpd.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/lighttpd.spec b/lighttpd.spec
index 65b70a4..10f78aa 100644
--- a/lighttpd.spec
+++ b/lighttpd.spec
@@ -1307,10 +1307,12 @@ fi
 %attr(755,root,root) %{pkglibdir}/mod_authn_gssapi.so
 %endif
 
+%if %{with ldap}
 %files mod_authn_ldap
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_authn_ldap.conf
 %attr(755,root,root) %{pkglibdir}/mod_authn_ldap.so
+%endif
 
 %if %{with mysql}
 %files mod_authn_mysql
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/de558bd9e36812fe61122fd859ac977278676c01



More information about the pld-cvs-commit mailing list