gnutls: disable not needed openssl compatibility support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-06-03 19:48:25 +02:00
parent b9496f5dd7
commit 3515ed2fa1
2 changed files with 1 additions and 3 deletions

View File

@ -31,7 +31,7 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
--enable-hardware-acceleration \
--enable-openssl-compatibility \
--disable-openssl-compatibility \
--without-p11-kit \
--with-included-libtasn1 \
--with-included-libcfg \

View File

@ -26,5 +26,3 @@ mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/lib/.libs/libgnutls.so* $INSTALL/usr/lib
cp -P $PKG_BUILD/lib/.libs/libgnutlsxx.so* $INSTALL/usr/lib
rm -rf $INSTALL/usr/lib/libgnutlsxx.so*T
cp -P $PKG_BUILD/extra/.libs/libgnutls-openssl.so* $INSTALL/usr/lib
rm -rf $INSTALL/usr/lib/libgnutls-openssl.so*T