From 1f4145b94113a436f079b1c66614eaa7cceada94 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Jan 2025 07:09:08 +0000 Subject: [PATCH] net-dns/dnsmasq: Sync with Gentoo It's from Gentoo commit 4beefebb519c412b864d85cb4698053402078de9. --- .../portage-stable/net-dns/dnsmasq/dnsmasq-2.90.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/net-dns/dnsmasq/dnsmasq-2.90.ebuild b/sdk_container/src/third_party/portage-stable/net-dns/dnsmasq/dnsmasq-2.90.ebuild index 107d47dbf6..5cf41c4ac9 100644 --- a/sdk_container/src/third_party/portage-stable/net-dns/dnsmasq/dnsmasq-2.90.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-dns/dnsmasq/dnsmasq-2.90.ebuild @@ -5,7 +5,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..4} luajit ) -inherit toolchain-funcs lua-single systemd +inherit flag-o-matic toolchain-funcs lua-single systemd DESCRIPTION="Small forwarding DNS server" HOMEPAGE="https://thekelleys.org.uk/dnsmasq/doc.html" @@ -114,6 +114,9 @@ src_prepare() { } src_configure() { + # https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2024q4/017855.html (bug #945183) + append-cflags -std=gnu17 + COPTS=( $(use_have -n auth-dns auth) $(use_have conntrack)