config/path: cleanup last commit

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-22 02:13:31 +01:00
parent c6cd70fa4a
commit 9b8ff297e2
3 changed files with 4 additions and 3 deletions

View File

@ -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++

View File

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

View File

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