mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/path: cleanup last commit
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c6cd70fa4a
commit
9b8ff297e2
@ -29,7 +29,6 @@ TOOLCHAIN=$BUILD/toolchain
|
||||
SYSROOT_PREFIX=$ROOT/$TOOLCHAIN/$TARGET_NAME/sysroot
|
||||
LIB_PREFIX=$SYSROOT_PREFIX/usr
|
||||
TARGET_PREFIX=$ROOT/$TOOLCHAIN/bin/$TARGET_NAME-
|
||||
SSL_CERTIFICATES="etc/pki/tls"
|
||||
|
||||
FAKEROOT_SCRIPT=$ROOT/.fakeroot.$PROJECT.$TARGET_ARCH
|
||||
|
||||
@ -74,6 +73,8 @@ XORG_PATH_RGB=/usr/lib/X11/rgb
|
||||
XORG_PATH_MODULES=/usr/lib/xorg/modules
|
||||
XORG_PATH_DRIVERS=/usr/lib/xorg/modules/drivers
|
||||
|
||||
SSL_CERTIFICATES="/etc/pki/tls"
|
||||
|
||||
TOOLCHAIN_LANGUAGES=c
|
||||
[ "$TOOLCHAIN_CXX" = yes ] && TOOLCHAIN_LANGUAGES=${TOOLCHAIN_LANGUAGES},c++
|
||||
|
||||
|
@ -45,7 +45,7 @@ esac
|
||||
cd $PKG_BUILD
|
||||
./Configure --prefix=/usr \
|
||||
--libdir=lib \
|
||||
--openssldir="/$SSL_CERTIFICATES" \
|
||||
--openssldir="$SSL_CERTIFICATES" \
|
||||
--install_prefix="$SYSROOT_PREFIX" \
|
||||
shared \
|
||||
threads \
|
||||
|
@ -77,7 +77,7 @@ ac_cv_header_librtmp_rtmp_h=yes \
|
||||
--without-gnutls \
|
||||
--without-polarssl \
|
||||
--without-nss \
|
||||
--with-ca-bundle="/$SSL_CERTIFICATES/cacert.pem" \
|
||||
--with-ca-bundle="$SSL_CERTIFICATES/cacert.pem" \
|
||||
--without-ca-path \
|
||||
--without-libssh2 \
|
||||
--with-librtmp="$SYSROOT_PREFIX/usr" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user