فهرست منبع

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

Ralf S. Engelschall 23 سال پیش
والد
کامیت
17d2f66b38
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      sasl/sasl.spec

+ 1 - 2
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} \