]> git.pld-linux.org Git - packages/php.git/commitdiff
- link ftp extension with openssl libs (not tested yet)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Sep 2005 23:03:59 +0000 (23:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-ftp-ssllibs.patch -> 1.1

php-ftp-ssllibs.patch [new file with mode: 0644]

diff --git a/php-ftp-ssllibs.patch b/php-ftp-ssllibs.patch
new file mode 100644 (file)
index 0000000..fb17cce
--- /dev/null
@@ -0,0 +1,10 @@
+--- ../php-5.0.5-copy/ext/ftp/config.m4        2002-03-12 18:18:33.000000000 +0200
++++ ./ext/ftp/config.m4        2005-09-20 02:01:51.000000000 +0300
+@@ -8,4 +8,7 @@
+ if test "$PHP_FTP" = "yes"; then
+   AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
+   PHP_NEW_EXTENSION(ftp, php_ftp.c ftp.c, $ext_shared)
++
++  PHP_SETUP_OPENSSL(FTP_SHARED_LIBADD)
++  PHP_SUBST(FTP_SHARED_LIBADD)
+ fi
This page took 0.044258 seconds and 4 git commands to generate.