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" \ --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" \