From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/poco: enable parallel build
Date: Fri, 6 Mar 2026 20:53:13 +0100 [thread overview]
Message-ID: <20260306195313.7856-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20260228215636.3939665-1-bernd@kuhls.net>
In reply of:
> Buildroot commit 126162b9159a185ac1897db1a9956f0379fc1428 disabled
> parallel builds in Jan 2017 due to a bug which was fixed upstream in
> Nov 2017:
> https://github.com/pocoproject/poco/commit/1724e8ba53d05ce688dcdb5176b128f116af2682#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52
> https://github.com/pocoproject/poco/commit/076dd9679bf2e77f1df219287f0eb42ea36b7371
>
> Building with -j100 worked.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x & 2025.11.x. Thanks
> ---
> package/poco/poco.mk | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/package/poco/poco.mk b/package/poco/poco.mk
> index a471a24adf..fe1dd29855 100644
> --- a/package/poco/poco.mk
> +++ b/package/poco/poco.mk
> @@ -77,9 +77,8 @@ define POCO_CONFIGURE_CMDS
> --no-samples)
> endef
>
> -# Use $(MAKE1) to avoid failures on heavilly parallel machines (e.g. -j25)
> define POCO_BUILD_CMDS
> - $(TARGET_MAKE_ENV) $(MAKE1) POCO_TARGET_OSARCH=$(ARCH) CROSS_COMPILE=$(TARGET_CROSS) \
> + $(TARGET_MAKE_ENV) $(MAKE) POCO_TARGET_OSARCH=$(ARCH) CROSS_COMPILE=$(TARGET_CROSS) \
> POCO_MYSQL_INCLUDE=$(STAGING_DIR)/usr/include/mysql \
> POCO_MYSQL_LIB=$(STAGING_DIR)/usr/lib/mysql \
> POCO_PGSQL_INCLUDE=$(STAGING_DIR)/usr/include/postgresql \
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2026-03-06 19:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-28 21:56 [Buildroot] [PATCH 1/1] package/poco: enable parallel build Bernd Kuhls
2026-03-01 12:39 ` Julien Olivain via buildroot
2026-03-06 19:53 ` Thomas Perale via buildroot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260306195313.7856-1-thomas.perale@mind.be \
--to=buildroot@buildroot.org \
--cc=bernd@kuhls.net \
--cc=thomas.perale@mind.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox