- Fixed bug #34796 (missing SSL linking in ext/ftp when configured as shared)

This commit is contained in:
foobar 2005-10-09 20:33:09 +00:00
parent 47bf5f068c
commit 1b5c95e4ee

View File

@ -8,4 +8,6 @@ PHP_ARG_ENABLE(ftp,whether to enable FTP support,
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