Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2014-01-12 16:03:15 +01:00
commit 1d5cb6ebbb
4 changed files with 7 additions and 3 deletions

View File

@ -35,7 +35,7 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_HOST="--enable-cxx"
PKG_CONFIGURE_OPTS_TARGET="--disable-cxx"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-cxx"
pre_configure_host() {
export CFLAGS="$CFLAGS -fPIC -DPIC"

View File

@ -35,6 +35,7 @@ PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-hardware-acceleration \
--disable-openssl-compatibility \
--disable-cxx \
--without-p11-kit \
--with-included-libtasn1 \
--with-libz-prefix=$SYSROOT_PREFIX/usr \
@ -44,6 +45,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-hardware-acceleration \
--disable-nls \
--disable-guile \
--disable-valgrind-tests \
--without-lzo \
--with-gnu-ld"
post_makeinstall_target() {

View File

@ -33,7 +33,7 @@ PKG_LONGDESC="Nettle is a cryptographic library that is designed to fit easily i
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-openssl"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-openssl"
pre_configure_target() {
# dont build parallel
@ -42,4 +42,4 @@ pre_configure_target() {
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
}
}

View File

@ -34,7 +34,9 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_HOST="--disable-shared --without-readline"
PKG_CONFIGURE_OPTS_TARGET="--disable-device-mapper \
--disable-shared \
--without-readline \
--disable-rpath \
--with-gnu-ld"