mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
gnutls: disable not needed openssl compatibility support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user