net-dns/dnsmasq: Sync with Gentoo

It's from Gentoo commit 4beefebb519c412b864d85cb4698053402078de9.
This commit is contained in:
Flatcar Buildbot 2025-01-13 07:09:08 +00:00 committed by Krzesimir Nowak
parent 24f9c8fcce
commit 1f4145b941

View File

@ -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)