mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xbmc-addon-xvdr: dont build parallel
This commit is contained in:
parent
779a1f09a4
commit
9d50ebf6ba
@ -36,3 +36,8 @@ PKG_AUTORECONF="yes"
|
|||||||
PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr/share/xbmc"
|
PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr/share/xbmc"
|
||||||
|
|
||||||
export CXXFLAGS="$CXXFLAGS -DZLIB_INTERNAL=1"
|
export CXXFLAGS="$CXXFLAGS -DZLIB_INTERNAL=1"
|
||||||
|
|
||||||
|
pre_make_target() {
|
||||||
|
# dont build parallel
|
||||||
|
MAKEFLAGS=-j1
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user