commit: ab8bcf8ca7241b8d2218790f2f41fd6f0759d62b Author: Gabi Falk <gabifalk <AT> gmx <DOT> com> AuthorDate: Sun May 26 08:00:00 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 28 01:53:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8bcf8c
sys-apps/iproute2: 6.9.0: fix compilation on musl-based systems with C99 Closes: https://bugs.gentoo.org/932617 Signed-off-by: Gabi Falk <gabifalk <AT> gmx.com> Closes: https://github.com/gentoo/gentoo/pull/36830 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/iproute2/iproute2-6.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/iproute2/iproute2-6.9.0.ebuild b/sys-apps/iproute2/iproute2-6.9.0.ebuild index 3d0c9ec799da..94334695f4ff 100644 --- a/sys-apps/iproute2/iproute2-6.9.0.ebuild +++ b/sys-apps/iproute2/iproute2-6.9.0.ebuild @@ -51,6 +51,7 @@ PATCHES=( "${FILESDIR}"/${PN}-6.9.0-mtu.patch # bug #291907 "${FILESDIR}"/${PN}-6.8.0-configure-nomagic-nolibbsd.patch # bug #643722 & #911727 "${FILESDIR}"/${PN}-6.8.0-disable-libbsd-fallback.patch # bug #911727 + "${FILESDIR}"/${PN}-6.6.0-musl-c99.patch # bug #922622 & #932617 ) src_prepare() {
