openssl: sync config with the one from Fedora

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-08-05 20:26:38 +02:00
parent ab483b0118
commit 2d1a3196e4

View File

@ -49,7 +49,7 @@ cd $PKG_BUILD
--install_prefix="$SYSROOT_PREFIX" \
shared \
threads \
zlib-dynamic \
zlib \
enable-camellia \
enable-seed \
enable-tlsext \
@ -57,9 +57,13 @@ cd $PKG_BUILD
enable-cms \
enable-md2 \
no-krb5 \
no-idea \
no-mdc2 \
no-rc5 \
no-ec \
no-ec2m \
no-ecdh \
no-ecdsa \
no-srp \
$TARGET
make CC="$CC" \