mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #1010 from MilhouseVH/libnfs_parallel
libnfs: build parallel
This commit is contained in:
commit
69712afe82
@ -35,8 +35,5 @@ PKG_AUTORECONF="yes"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-examples --disable-tirpc"
|
||||
|
||||
pre_configure_target() {
|
||||
# dont build parallel
|
||||
MAKEFLAGS=-j1
|
||||
|
||||
export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -I$ROOT/$PKG_BUILD/mount -I$ROOT/$PKG_BUILD/nfs"
|
||||
export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user