mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
Fix openssl missing cert bug for Linux & macOS (#581)
* Fix openssl missing cert bug for linux * Fix openssl missing cert bug for macOS
This commit is contained in:
@@ -69,6 +69,7 @@ class openssl extends LinuxLibraryBase
|
||||
"{$env} ./Configure no-shared {$extra} " .
|
||||
'--prefix=/ ' .
|
||||
'--libdir=lib ' .
|
||||
'--openssldir=/etc/ssl ' .
|
||||
'-static ' .
|
||||
"{$zlib_extra}" .
|
||||
'no-legacy ' .
|
||||
|
||||
Reference in New Issue
Block a user