mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
parted:host: build static
This commit is contained in:
parent
4fb5978256
commit
e158fa0079
@ -33,15 +33,19 @@ PKG_IS_ADDON="no"
|
|||||||
|
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_HOST="--disable-shared --without-readline"
|
PKG_CONFIGURE_OPTS_HOST="--disable-device-mapper \
|
||||||
|
--enable-static \
|
||||||
|
--disable-shared \
|
||||||
|
--without-readline \
|
||||||
|
--disable-rpath \
|
||||||
|
--with-gnu-ld"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-device-mapper \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-device-mapper \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--without-readline \
|
--without-readline \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--with-gnu-ld"
|
--with-gnu-ld"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_HOST="$PKG_CONFIGURE_OPTS_TARGET"
|
|
||||||
|
|
||||||
post_make_target() {
|
post_make_target() {
|
||||||
# dont build parallel
|
# dont build parallel
|
||||||
MAKEFLAGS=-j1
|
MAKEFLAGS=-j1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user