SOURCES: php-ftp-ssllibs.patch (NEW) - link ftp extension with ope...

glen glen at pld-linux.org
Tue Sep 20 01:04:04 CEST 2005


Author: glen                         Date: Mon Sep 19 23:04:04 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- link ftp extension with openssl libs (not tested yet)

---- Files affected:
SOURCES:
   php-ftp-ssllibs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-ftp-ssllibs.patch
diff -u /dev/null SOURCES/php-ftp-ssllibs.patch:1.1
--- /dev/null	Tue Sep 20 01:04:04 2005
+++ SOURCES/php-ftp-ssllibs.patch	Tue Sep 20 01:03:59 2005
@@ -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
================================================================



More information about the pld-cvs-commit mailing list