]> git.pld-linux.org Git - packages/php.git/blob - php-ftp-ssllibs.patch
- link ftp extension with openssl libs (not tested yet)
[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
This page took 0.036911 seconds and 3 git commands to generate.