From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] civetweb: fix build without sync
Date: Thu, 6 Dec 2018 21:45:04 +0100 [thread overview]
Message-ID: <20181206214504.265cc29f@windsurf> (raw)
In-Reply-To: <20181204211536.17178-1-fontaine.fabrice@gmail.com>
Hello,
On Tue, 4 Dec 2018 22:15:36 +0100, Fabrice Fontaine wrote:
> If BR2_TOOLCHAIN_HAS_SYNC_4 is not set, define -DNO_ATOMICS=1 to
> fallback on lock
>
> Fixes:
> - http://autobuild.buildroot.org/results/7b3bc71d64aedf617dde35798099e16d7ae46713
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/civetweb/civetweb.mk | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/civetweb/civetweb.mk b/package/civetweb/civetweb.mk
> index 4c3c443db7..73706b03a6 100644
> --- a/package/civetweb/civetweb.mk
> +++ b/package/civetweb/civetweb.mk
> @@ -21,6 +21,10 @@ CIVETWEB_INSTALL_OPTS = \
> HTMLDIR="$(TARGET_DIR)$(CIVETWEB_HTMLDIR)" \
> SYSCONFDIR="$(TARGET_DIR)$(CIVETWEB_SYSCONFDIR)"
>
> +ifneq ($(BR2_TOOLCHAIN_HAS_SYNC_4),y)
I changed to:
ifeq ($(BR2_TOOLCHAIN_HAS_SYNC_4),)
and applied to master. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2018-12-06 20:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-04 21:15 [Buildroot] [PATCH 1/1] civetweb: fix build without sync Fabrice Fontaine
2018-12-06 20:45 ` Thomas Petazzoni [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=20181206214504.265cc29f@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/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