mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
net-libs/libnetfilter_conntrack: Sync with Gentoo
It's from Gentoo commit 52ac7e70d4615bdde75e1561db0400ed4e99bd73.
This commit is contained in:
parent
3e2eeff60a
commit
d17d13901e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user