Browse Source

OpenSSL is already an unconditional dependency, so enable it not only for LDAP

master
parent
commit
17d2f66b38
  1. 3
      sasl/sasl.spec

3
sasl/sasl.spec

@ -132,6 +132,7 @@ AutoReqProv: no
--with-dblib=berkeley \
--with-bdb-incdir=%{l_prefix}/include \
--with-bdb-libdir=%{l_prefix}/lib \
--with-openssl=%{l_prefix} \
%if "%{with_pam}" == "yes"
--with-pam \
%else
@ -144,10 +145,8 @@ AutoReqProv: no
%endif
%if "%{with_ldap}" == "yes"
--with-ldap=%{l_prefix} \
--with-openssl=%{l_prefix} \
%else
--without-ldap \
--without-openssl \
%endif
%if "%{with_mysql}" == "yes"
--with-mysql=%{l_prefix} \

Loading…
Cancel
Save