From: Alvaro G. M Date: Thu, 6 Mar 2014 08:53:33 +0000 (+0100) Subject: libxmlrpc: disable parallel build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1af0b6ee90f2253d5d37b5bb2b87555eddca59e;p=buildroot.git libxmlrpc: disable parallel build 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 Signed-off-by: Alvaro G. M. Signed-off-by: Alvaro G. M Signed-off-by: Thomas Petazzoni --- diff --git a/package/libxmlrpc/libxmlrpc.mk b/package/libxmlrpc/libxmlrpc.mk index 3d1af7e00a..ef120f96e5 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) \