From: bugzilla@busybox.net
To: buildroot@uclibc.org
Subject: [Buildroot] [Bug 15997] Build Squid with GCC12.3 in Buildroot 2024.02 will fail
Date: Sat, 16 Mar 2024 13:55:34 +0000 [thread overview]
Message-ID: <bug-15997-163-zsn9azfk5e@https.bugs.busybox.net/> (raw)
In-Reply-To: <bug-15997-163@https.bugs.busybox.net/>
https://bugs.busybox.net/show_bug.cgi?id=15997
--- Comment #3 from Peter Seiderer <ps.report@gmx.net> ---
Or try the following quick fix:
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -21,7 +21,7 @@ SQUID_CONF_ENV = \
ac_cv_func_strnstr=no \
ac_cv_have_squid=yes \
BUILDCXX="$(HOSTCXX)" \
- BUILDCXXFLAGS="$(HOST_CXXFLAGS)"
+ BUILDCXXFLAGS="$(HOST_CXXFLAGS) -std=c++17"
SQUID_CONF_OPTS = \
--enable-async-io=8 \
--enable-linux-netfilter \
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-03-16 13:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-15 21:11 [Buildroot] [Bug 15997] New: Build Squid with GCC12.3 in Buildroot 2024.02 will fail bugzilla
2024-03-16 12:06 ` [Buildroot] [Bug 15997] " bugzilla
2024-03-16 13:49 ` bugzilla
2024-03-16 13:55 ` bugzilla [this message]
2024-03-16 16:16 ` bugzilla
2024-03-17 21:36 ` bugzilla
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=bug-15997-163-zsn9azfk5e@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--cc=buildroot@uclibc.org \
/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