Просмотр исходного кода

only include sasl dependencies when building with php_openldap at all

Michael van Elst 23 лет назад
Родитель
Сommit
d5a162faad
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apache/apache.spec

+ 1 - 1
apache/apache.spec

@@ -224,12 +224,12 @@ BuildPreReq:  openssl
 %endif
 %if "%{with_mod_php_openldap}" == "yes"
 BuildPreReq:  openldap, openssl
-%endif
 %if "%{with_mod_php_openldapsasl}" == "yes"
 BuildPreReq:  openldap::with_sasl = yes
 %else
 BuildPreReq:  openldap::with_sasl = no
 %endif
+%endif
 %if "%{with_mod_php_mm}" == "yes"
 BuildPreReq:  mm
 %endif