mirror of
https://github.com/php/php-src.git
synced 2024-12-22 00:10:16 +08:00
- Fixed bug #34796 (missing SSL linking in ext/ftp when configured as shared)
This commit is contained in:
parent
47bf5f068c
commit
1b5c95e4ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user