Forráskód Böngészése

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

Ralf S. Engelschall 23 éve
szülő
commit
17d2f66b38
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      sasl/sasl.spec

+ 1 - 2
sasl/sasl.spec

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