mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Revert part of the fix for #53339
On OSX we need ssl AND crypto The patch that was applied didn't even match what was in the bug
This commit is contained in:
parent
a7c5be302e
commit
9350fb415b
1 changed files with 1 additions and 0 deletions
|
@ -2412,6 +2412,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
|
|||
-L$OPENSSL_LIBDIR
|
||||
])
|
||||
LIBS=$old_LIBS
|
||||
PHP_ADD_LIBRARY(ssl,,$1)
|
||||
PHP_ADD_LIBRARY(crypto,,$1)
|
||||
|
||||
PHP_ADD_LIBPATH($OPENSSL_LIBDIR, $1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue