|
|
|
|
@ -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} \ |
|
|
|
|
|