]> git.pld-linux.org Git - packages/php.git/commitdiff
fix imap module, build imap module with ssl support
authorArtur Frysiak <artur@frysiak.net>
Wed, 11 Jul 2001 10:31:05 +0000 (10:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.90

php.spec

index ca7d16a0d4b7edbaff77fcf33382278e4819fb5c..a0644009acd34bf807b8e8970caef24443dfe342 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -28,7 +28,7 @@ Source2:      %{name}.ini
 Source3:       zend.gif
 Source4:       http://www.php.net/distributions/manual.tar.gz
 Source5:       php-module-install
-#Patch0:               %{name}-imap.patch
+Patch0:                %{name}-imap.patch
 Patch1:                %{name}-mysql-socket.patch
 Patch2:                %{name}-mail.patch
 Patch3:                %{name}-link-libs.patch
@@ -52,7 +52,7 @@ BuildRequires:        db3-devel >= 3.1.17
 BuildRequires: freetype1-devel
 BuildRequires: gd-devel >= 1.8.3
 BuildRequires: gdbm-devel
-%{!?_without_imap:BuildRequires: imap-devel >= 1:2001-0.BETA }
+%{!?_without_imap:BuildRequires: imap-devel >= 1:2001-0.BETA.200107022325.2 }
 # I think jdk is better for java
 # BuildRequires:       jdk
 %{?_with_java:BuildRequires:   kaffe-devel}
@@ -752,6 +752,7 @@ Modu
 
 %prep
 %setup  -q
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -803,7 +804,7 @@ for i in cgi apxs ; do
        --with-cpdflib=shared \
        %{?_with_java:--with-java} \
        --with-pgsql=shared,/usr \
-       %{!?_without_imap:--with-imap=shared} \
+       %{!?_without_imap:--with-imap=shared --with-imap-ssl} \
        --enable-bcmath=shared \
        --enable-calendar=shared \
        --with-mm \
This page took 0.104023 seconds and 4 git commands to generate.