mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
libusb: fails to build if building parallel
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -38,3 +38,8 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
|
||||
--disable-debug-log \
|
||||
--enable-udev \
|
||||
--disable-examples-build"
|
||||
|
||||
pre_configure_target () {
|
||||
#libusb sometimes fails to build if building paralell
|
||||
export MAKEFLAGS=-j1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user