mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
Merge pull request #4740 from MilhouseVH/serial_e2fs
e2fsprogs: Don't parallel build
This commit is contained in:
commit
d61e8ce7c7
@ -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