libxmlrpc: disable parallel build
authorAlvaro G. M <alvaro.gamez@hazent.com>
Thu, 6 Mar 2014 08:53:33 +0000 (09:53 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 6 Mar 2014 17:22:42 +0000 (18:22 +0100)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libxmlrpc/libxmlrpc.mk

index 3d1af7e00a6d393d50afa53601117b59242cec60..ef120f96e5d2dd1a2b5d3172da4be1744990275c 100644 (file)
@@ -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) \