mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
e2fsprogs: Don't parallel build
This commit is contained in:
parent
c8d53b9fc6
commit
a93965b314
@ -71,6 +71,11 @@ PKG_CONFIGURE_OPTS_TARGET="BUILD_CC=$HOST_CC \
|
|||||||
|
|
||||||
PKG_CONFIGURE_OPTS_INIT="$PKG_CONFIGURE_OPTS_TARGET"
|
PKG_CONFIGURE_OPTS_INIT="$PKG_CONFIGURE_OPTS_TARGET"
|
||||||
|
|
||||||
|
pre_make_host() {
|
||||||
|
# dont build parallel
|
||||||
|
MAKEFLAGS=-j1
|
||||||
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/sbin/badblocks
|
rm -rf $INSTALL/sbin/badblocks
|
||||||
rm -rf $INSTALL/sbin/blkid
|
rm -rf $INSTALL/sbin/blkid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user