mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
This commit is contained in:
commit
1d5cb6ebbb
@ -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"
|
||||
|
@ -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() {
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user