mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Revert "parted:host: build static"
This reverts commit e158fa00796c0af548aaa2baf6e4b570f62cad41. something is wrong with RPi builds and I cant investigate right now. closes #2920
This commit is contained in:
parent
734e547795
commit
7c78b30ccf
@ -33,19 +33,15 @@ PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--disable-device-mapper \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--without-readline \
|
||||
--disable-rpath \
|
||||
--with-gnu-ld"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--disable-shared --without-readline"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-device-mapper \
|
||||
--disable-shared \
|
||||
--without-readline \
|
||||
--disable-rpath \
|
||||
--with-gnu-ld"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="$PKG_CONFIGURE_OPTS_TARGET"
|
||||
|
||||
post_make_target() {
|
||||
# dont build parallel
|
||||
MAKEFLAGS=-j1
|
||||
|
Loading…
x
Reference in New Issue
Block a user