mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
openssl: sync config with the one from Fedora
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ab483b0118
commit
2d1a3196e4
@ -49,7 +49,7 @@ cd $PKG_BUILD
|
|||||||
--install_prefix="$SYSROOT_PREFIX" \
|
--install_prefix="$SYSROOT_PREFIX" \
|
||||||
shared \
|
shared \
|
||||||
threads \
|
threads \
|
||||||
zlib-dynamic \
|
zlib \
|
||||||
enable-camellia \
|
enable-camellia \
|
||||||
enable-seed \
|
enable-seed \
|
||||||
enable-tlsext \
|
enable-tlsext \
|
||||||
@ -57,9 +57,13 @@ cd $PKG_BUILD
|
|||||||
enable-cms \
|
enable-cms \
|
||||||
enable-md2 \
|
enable-md2 \
|
||||||
no-krb5 \
|
no-krb5 \
|
||||||
no-idea \
|
|
||||||
no-mdc2 \
|
no-mdc2 \
|
||||||
no-rc5 \
|
no-rc5 \
|
||||||
|
no-ec \
|
||||||
|
no-ec2m \
|
||||||
|
no-ecdh \
|
||||||
|
no-ecdsa \
|
||||||
|
no-srp \
|
||||||
$TARGET
|
$TARGET
|
||||||
|
|
||||||
make CC="$CC" \
|
make CC="$CC" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user