From 8ba94db1fe69019bb2d3b4f50fe9d1ccf3d94b3a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Feb 2023 08:00:22 +0000 Subject: gentoo auto-resync : 15:02:2023 - 08:00:21 --- sys-apps/ethtool/ethtool-6.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys-apps/ethtool/ethtool-6.1.ebuild') diff --git a/sys-apps/ethtool/ethtool-6.1.ebuild b/sys-apps/ethtool/ethtool-6.1.ebuild index 8d122a733c09..d0b52cc1fe47 100644 --- a/sys-apps/ethtool/ethtool-6.1.ebuild +++ b/sys-apps/ethtool/ethtool-6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,6 +16,10 @@ RDEPEND="netlink? ( net-libs/libmnl )" DEPEND="${RDEPEND}" BDEPEND="app-arch/xz-utils" +PATCHES=( + "${FILESDIR}"/${P}-musl.patch +) + src_configure() { econf $(use_enable netlink) } -- cgit v1.2.3