[Buildroot] [PATCH/next 1/1] Revert "heimdal: disable parallel make"

Arnout Vandecappelle arnout at mind.be
Sat Mar 12 19:42:53 UTC 2022


On 22/02/2022 22:49, Bernd Kuhls wrote:
> This reverts commit f6980126f26c63421d04a32b6710d9e3a380476a.
>
> Parallel make was disabled back in 2017:
> https://git.buildroot.net/buildroot/commit/?id=f6980126f26c63421d04a32b6710d9e3a380476a
>
> Build-test with -j99 was successful.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>

  Applied to master, thanks.

  It's unfortunate that we couldn't identify why it was fixed, but the 
autobuilders will complain if it isn't.


  Regards,
  Arnout

> ---
>   package/heimdal/heimdal.mk | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/package/heimdal/heimdal.mk b/package/heimdal/heimdal.mk
> index ce509c7afa..a8d87531ec 100644
> --- a/package/heimdal/heimdal.mk
> +++ b/package/heimdal/heimdal.mk
> @@ -8,7 +8,6 @@ HEIMDAL_VERSION = 7.7.0
>   HEIMDAL_SITE = https://github.com/heimdal/heimdal/releases/download/heimdal-$(HEIMDAL_VERSION)
>   HOST_HEIMDAL_DEPENDENCIES = host-e2fsprogs host-ncurses host-pkgconf
>   HEIMDAL_INSTALL_STAGING = YES
> -HEIMDAL_MAKE = $(MAKE1)
>   # static because of -fPIC issues with e2fsprogs on x86_64 host
>   HOST_HEIMDAL_CONF_OPTS = \
>   	--disable-shared \



More information about the buildroot mailing list