mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
gnutls: disable not needed openssl compatibility support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
51853b5a70
commit
446e3cf5aa
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user