mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
net-dns/dnsmasq: Sync with Gentoo
It's from Gentoo commit 4beefebb519c412b864d85cb4698053402078de9.
This commit is contained in:
parent
24f9c8fcce
commit
1f4145b941
@ -5,7 +5,7 @@ EAPI=8
|
|||||||
|
|
||||||
LUA_COMPAT=( lua5-{1..4} luajit )
|
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"
|
DESCRIPTION="Small forwarding DNS server"
|
||||||
HOMEPAGE="https://thekelleys.org.uk/dnsmasq/doc.html"
|
HOMEPAGE="https://thekelleys.org.uk/dnsmasq/doc.html"
|
||||||
@ -114,6 +114,9 @@ src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
# https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2024q4/017855.html (bug #945183)
|
||||||
|
append-cflags -std=gnu17
|
||||||
|
|
||||||
COPTS=(
|
COPTS=(
|
||||||
$(use_have -n auth-dns auth)
|
$(use_have -n auth-dns auth)
|
||||||
$(use_have conntrack)
|
$(use_have conntrack)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user