mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Fix lib-openssl detection on FreeBSD, fixes #10046
This commit is contained in:
parent
9727adf63b
commit
74b231a4bc
2 changed files with 8 additions and 1 deletions
|
@ -775,6 +775,13 @@ msgpack support => yes',
|
|||
array(),
|
||||
array(array('OPENSSL_VERSION_TEXT', null, 'OpenSSL 1.1.1g 21 Apr 2020')),
|
||||
),
|
||||
'openssl: distro peculiarities' => array(
|
||||
'openssl',
|
||||
null,
|
||||
array('lib-openssl' => '1.1.1.7'),
|
||||
array(),
|
||||
array(array('OPENSSL_VERSION_TEXT', null, 'OpenSSL 1.1.1g-freebsd 21 Apr 2020')),
|
||||
),
|
||||
'openssl: two letters suffix' => array(
|
||||
'openssl',
|
||||
null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue