net-libs/libnetfilter_conntrack: Sync with Gentoo

It's from Gentoo commit 52ac7e70d4615bdde75e1561db0400ed4e99bd73.
This commit is contained in:
Flatcar Buildbot 2025-03-31 07:10:14 +00:00
parent 3e2eeff60a
commit d17d13901e

View File

@ -1,10 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/netfilter.org.asc
inherit linux-info verify-sig
inherit flag-o-matic linux-info toolchain-funcs verify-sig
DESCRIPTION="Programming interface (API) to the in-kernel connection tracking state table"
HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_conntrack/"
@ -44,6 +44,13 @@ pkg_setup() {
check_extra_config
}
src_configure() {
# https://gcc.gnu.org/PR103374
tc-is-gcc && filter-flags '-ftrivial-auto-var-init=pattern'
default
}
src_install() {
default