diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-25 16:00:00 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-05-26 15:47:18 +0200 |
| commit | e6f976b6d4fdd307b81372e9ffbf94ea93852c90 (patch) | |
| tree | c70419ebccb9e3f9b06fa7a8301a7263e7b5aac1 /package/lirc-tools/lirc-tools.mk | |
| parent | 0b6b67f34d6d4aeb340bbca579dbf85363c3f4ea (diff) | |
| download | buildroot-e6f976b6d4fdd307b81372e9ffbf94ea93852c90.tar.gz buildroot-e6f976b6d4fdd307b81372e9ffbf94ea93852c90.zip | |
lirc-tools: add patch to fix parallel build issue
The lirc-tools package fails to build once in a while in the
autobuilders. Some quick analysis of the problematic Makefile.am has
revealed one issue. However, since the issue is difficult to
reproduce, we could only check that the new solution continue to work,
and we're not 100% sure it fixes the entire problem: only the
autobuilders can say, over time.
Supposedly fixes:
http://autobuild.buildroot.org/results/eb47d57de8182d25b1dacbf0ac3726ed20063d04/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lirc-tools/lirc-tools.mk')
| -rw-r--r-- | package/lirc-tools/lirc-tools.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/lirc-tools/lirc-tools.mk b/package/lirc-tools/lirc-tools.mk index 46886a9aa7..289b9ed231 100644 --- a/package/lirc-tools/lirc-tools.mk +++ b/package/lirc-tools/lirc-tools.mk @@ -11,6 +11,8 @@ LIRC_TOOLS_LICENSE = GPLv2+ LIRC_TOOLS_LICENSE_FILES = COPYING LIRC_TOOLS_DEPENDENCIES = host-libxslt host-pkgconf host-python3 LIRC_TOOLS_INSTALL_STAGING = YES +# 0001-lib-use-proper-linking-method-to-avoid-parallel-buil.patch +LIRC_TOOLS_AUTORECONF = YES LIRC_TOOLS_CONF_ENV = XSLTPROC=yes LIRC_TOOLS_CONF_OPTS = --without-x |

