Browse Source

imap support requires OpenSSL

master
parent
commit
26c69c7fea
  1. 4
      php/php.spec

4
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

Loading…
Cancel
Save