Explorar el Código

imap support requires OpenSSL

Ralf S. Engelschall hace 23 años
padre
commit
26c69c7fea
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      php/php.spec

+ 2 - 2
php/php.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Language
 License:      PHP
 Version:      4.3.1
-Release:      20030408
+Release:      20030516
 
 #   package options (analog to apache.spec)
 %option       with_calendar   no
@@ -124,7 +124,7 @@ BuildPreReq:  freetype
 BuildPreReq:  gettext, libiconv
 %endif
 %if "%{with_imap}" == "yes"
-BuildPreReq:  imap
+BuildPreReq:  imap, openssl
 %endif
 %if "%{with_xml}" == "yes"
 BuildPreReq:  expat