mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +02:00
dev-libs/openssl: enable sslv2 so other programs dont break
This commit is contained in:
parent
8f8cda6553
commit
6459bde415
@ -133,6 +133,8 @@ multilib_src_configure() {
|
||||
local config="Configure"
|
||||
[[ -z ${sslout} ]] && config="config"
|
||||
|
||||
# we enable sslv2 here so that rebuilding openssl doesn't break other
|
||||
# programs that linked to it.
|
||||
echoit \
|
||||
./${config} \
|
||||
${sslout} \
|
||||
@ -143,6 +145,7 @@ multilib_src_configure() {
|
||||
enable-mdc2 \
|
||||
enable-rc5 \
|
||||
enable-tlsext \
|
||||
enable-ssl2 \
|
||||
$(use_ssl asm) \
|
||||
$(use_ssl gmp gmp -lgmp) \
|
||||
$(use_ssl kerberos krb5 --with-krb5-flavor=${krb5}) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user