projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c0829f
)
package/libcue: is not parallel-safe
author
Romain Naour
<romain.naour@gmail.com>
Thu, 21 Dec 2017 16:48:17 +0000
(17:48 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Fri, 22 Dec 2017 09:17:37 +0000
(10:17 +0100)
The last commit before the 1.4.0 release was to disable parallel build [1]
[1] https://github.com/lipnitsk/libcue/commit/
bebbc18a8c00a0b8c26bc6191af68c6a83629b40
Fixes:
http://autobuild.buildroot.net/results/f25/
f256037ca3d49f96add8ca2e2f9c980f5f9d764e
http://autobuild.buildroot.net/results/d84/
d84c7d0cb9cf5fa9996c42149eda5295700516f5
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libcue/libcue.mk
patch
|
blob
|
history
diff --git
a/package/libcue/libcue.mk
b/package/libcue/libcue.mk
index 3aa3b4815f7150113c3c2fc35e1fd0bdc71fb2b8..7f8e45ecec6923e5c4472c89e3b888178eec88c6 100644
(file)
--- a/
package/libcue/libcue.mk
+++ b/
package/libcue/libcue.mk
@@
-12,6
+12,8
@@
LIBCUE_DEPENDENCIES = host-bison host-flex flex
LIBCUE_INSTALL_STAGING = YES
LIBCUE_AUTORECONF = YES
+LIBCUE_MAKE = $(MAKE1)
+
# Needed for autoreconf
define LIBCUE_MAKE_CONFIG_DIR
mkdir $(@D)/config