From fa4b2ce183709b43eb99927af4b18a2e4aede276 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Fri, 12 Apr 2024 10:46:13 -0700 Subject: sys-apps/iproute2: Sync 9999 with 6.8.0-r1 Signed-off-by: Patrick McLean --- sys-apps/iproute2/iproute2-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys-apps/iproute2') diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index f8e1ae63ceec..bfc78c186a70 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit edo toolchain-funcs +inherit edo toolchain-funcs flag-o-matic if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" @@ -104,6 +104,11 @@ src_configure() { fi popd >/dev/null || die + # build system does not pass CFLAGS to LDFLAGS, as is recommended by GCC upstream + # https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-flto + # https://bugs.gentoo.org/929233 + append-ldflags ${CFLAGS} + # run "configure" script first which will create "config.mk"... # Using econf breaks since 5.14.0 (a9c3d70d902a0473ee5c13336317006a52ce8242) edo ./configure --color=auto --libbpf_force $(usex bpf on off) -- cgit v1.2.3-65-gdbad