diff options
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.90.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.90.ebuild b/net-dns/dnsmasq/dnsmasq-2.90.ebuild index 107d47dbf6f5..5cf41c4ac93b 100644 --- a/net-dns/dnsmasq/dnsmasq-2.90.ebuild +++ b/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) |