]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
fix missing bcond on mod_authn_ldap
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 22 Oct 2017 12:14:59 +0000 (15:14 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 22 Oct 2017 12:14:59 +0000 (15:14 +0300)
lighttpd.spec

index 65b70a4b2ef5030d25e21470f62343f2528c36c7..10f78aab5076fc95a9e98252020f9971d0e3495a 100644 (file)
@@ -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
This page took 0.109023 seconds and 4 git commands to generate.