]> git.pld-linux.org Git - packages/php.git/blob - php-ftp-ssllibs.patch
- corrected
[packages/php.git] / php-ftp-ssllibs.patch
1 --- ../php-5.0.5-copy/ext/ftp/config.m4 2002-03-12 18:18:33.000000000 +0200
2 +++ ./ext/ftp/config.m4 2005-09-20 02:01:51.000000000 +0300
3 @@ -8,4 +8,7 @@
4  if test "$PHP_FTP" = "yes"; then
5    AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
6    PHP_NEW_EXTENSION(ftp, php_ftp.c ftp.c, $ext_shared)
7 +
8 +  PHP_SETUP_OPENSSL(FTP_SHARED_LIBADD)
9 +  PHP_SUBST(FTP_SHARED_LIBADD)
10  fi
11 --- ../ext/ftp/config.m4~       2005-10-09 22:45:08.000000000 +0300
12 +++ ../ext/ftp/config.m4        2005-10-09 22:46:15.000000000 +0300
13 @@ -9,6 +9,8 @@
14    AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
15    PHP_NEW_EXTENSION(ftp, php_ftp.c ftp.c, $ext_shared)
16  
17 -  PHP_SETUP_OPENSSL(FTP_SHARED_LIBADD)
18 +  if test "$PHP_OPENSSL" != "no"; then
19 +         PHP_SETUP_OPENSSL(FTP_SHARED_LIBADD)
20 +  fi
21    PHP_SUBST(FTP_SHARED_LIBADD)
22  fi
This page took 0.024726 seconds and 3 git commands to generate.