[Buildroot] [git commit branch/2018.05.x] x265: disable parallel build

Peter Korsgaard peter at korsgaard.com
Fri Oct 5 20:12:22 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=02c434304cfc3c6f5cc68d2871832cbb2a9dbb4c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.05.x

It seems package has a parallel build issue on ARM cortex A8 or A9 since
at least version 2.5:

[ 94%] Linking CXX shared library libx265.so
ipfilter8.S.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
CMakeFiles/x265-shared.dir/build.make:221: recipe for target 'libx265.so.160' failed

Fixes:
 - http://autobuild.buildroot.org/results/f6ea88324a8f9ac8ee780ddd71ec61f922e20210
 - http://autobuild.buildroot.org/results/3bd91a5694936650ce936a408ddd50338f65f8b0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 03bfbc5ab26c9aed0c0cfce55341a1d1f05deca3)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/x265/x265.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x265/x265.mk b/package/x265/x265.mk
index 243025c08b..45c9669e0d 100644
--- a/package/x265/x265.mk
+++ b/package/x265/x265.mk
@@ -11,6 +11,7 @@ X265_LICENSE = GPL-2.0+
 X265_LICENSE_FILES = COPYING
 X265_SUBDIR = source
 X265_INSTALL_STAGING = YES
+X265_MAKE = $(MAKE1)
 
 ifeq ($(BR2_i386)$(BR2_x86_64),y)
 X265_DEPENDENCIES += host-nasm


More information about the buildroot mailing list