]> git.pld-linux.org Git - packages/php4.git/commitdiff
- release 2.2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 2 Dec 2004 16:59:10 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- building opennsl ext as shared DLO is pointless - you get no SSL
  functionality in php, so build it built in and now it works

Changed files:
    php4.spec -> 1.390

php4.spec

index a3b892df960799a34e9eeaf178624501eb821360..ca5eeea4a27542482c05ed2a6c22794943b23f19 100644 (file)
--- a/php4.spec
+++ b/php4.spec
@@ -62,7 +62,7 @@ Summary(ru):  PHP 
 Summary(uk):   PHP ÷ÅÒÓ¦§ 4 - ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php4
 Version:       4.3.9
-Release:       2.1
+Release:       2.2
 Epoch:         0
 Group:         Libraries
 License:       PHP
@@ -1713,7 +1713,7 @@ for i in fcgi cgi cli apxs ; do
        --with-mysql-sock=/var/lib/mysql/mysql.sock \
        --with-ncurses=shared \
        %{?with_oci8:--with-oci8=shared} \
-       %{?with_openssl:--with-openssl=shared,/usr} \
+       %{?with_openssl:--with-openssl=/usr} \
        %{?with_oracle:--with-oracle=shared} \
        %{!?with_pcre:--without-pcre-regex}%{?with_pcre:--with-pcre-regex=shared} \
        %{?with_pdf:--with-pdflib=shared} \
@@ -2686,11 +2686,11 @@ fi
 %attr(755,root,root) %{extensionsdir}/odbc.so
 %endif
 
-%if %{with openssl}
-%files openssl
-%defattr(644,root,root,755)
-%attr(755,root,root) %{extensionsdir}/openssl.so
-%endif
+#%if %{with openssl}
+#%files openssl
+#%defattr(644,root,root,755)
+#%attr(755,root,root) %{extensionsdir}/openssl.so
+#%endif
 
 %if %{with oracle}
 %files oracle
This page took 0.053981 seconds and 4 git commands to generate.