diff mbox

[1/1] libxmlrpc: disable parallel build

Message ID 1394096013-18180-1-git-send-email-alvaro.gamez@hazent.com
State Accepted
Headers show

Commit Message

Alvaro Gamez Machado March 6, 2014, 8:53 a.m. UTC
Although upstream tries to support parallel builds, there are several
dependencies that, if fixed, would end up making the library build
linearly, so in the end there would be no benefit to fix those.

Fixes:

  http://autobuild.buildroot.net/results/996/996fc95b302fb6dfc7cd9a468fd395226a36c6c4/

Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Alvaro G. M. <alvaro.gamez@hazent.com>
Signed-off-by: Alvaro G. M <alvaro.gamez@hazent.com>
---
 package/libxmlrpc/libxmlrpc.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni March 6, 2014, 5:25 p.m. UTC | #1
Dear Alvaro G. M,

On Thu,  6 Mar 2014 09:53:33 +0100, Alvaro G. M wrote:
> Although upstream tries to support parallel builds, there are several
> dependencies that, if fixed, would end up making the library build
> linearly, so in the end there would be no benefit to fix those.
> 
> Fixes:
> 
>   http://autobuild.buildroot.net/results/996/996fc95b302fb6dfc7cd9a468fd395226a36c6c4/
> 
> Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Signed-off-by: Alvaro G. M. <alvaro.gamez@hazent.com>
> Signed-off-by: Alvaro G. M <alvaro.gamez@hazent.com>
> ---
>  package/libxmlrpc/libxmlrpc.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/libxmlrpc/libxmlrpc.mk b/package/libxmlrpc/libxmlrpc.mk
index 3d1af7e..ef120f9 100644
--- a/package/libxmlrpc/libxmlrpc.mk
+++ b/package/libxmlrpc/libxmlrpc.mk
@@ -12,6 +12,7 @@  LIBXMLRPC_LICENSE_FILES = doc/COPYING
 LIBXMLRPC_INSTALL_STAGING = YES
 LIBXMLRPC_DEPENDENCIES = libcurl
 LIBXMLRPC_CONFIG_SCRIPTS = xmlrpc-c-config
+LIBXMLRPC_MAKE = $(MAKE1)
 
 LIBXMLRPC_CONF_OPT = \
 	$(if $(BR2_USE_WCHAR),,ac_cv_header_wchar_h=no) \