summaryrefslogtreecommitdiff
path: root/sys-apps/ethtool/ethtool-6.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/ethtool/ethtool-6.1.ebuild')
-rw-r--r--sys-apps/ethtool/ethtool-6.1.ebuild6
1 files changed, 5 insertions, 1 deletions
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)
}