summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-10-01 20:00:17 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-10-01 20:00:17 +0200
commit7e5d313104a13e24ef704f176618dcb63dc87209 (patch)
tree289f97ef7c71372510622acd10a5a86364006a36 /net-misc/iputils/iputils-20180629.ebuild
parentmail-client/thunderbird: subscribe to virtual/libffi sub slot (diff)
downloadgentoo-7e5d313104a13e24ef704f176618dcb63dc87209.tar.gz
gentoo-7e5d313104a13e24ef704f176618dcb63dc87209.tar.bz2
gentoo-7e5d313104a13e24ef704f176618dcb63dc87209.zip
net-misc/iputils: fix build on musl when USE=-idn
Closes: https://bugs.gentoo.org/665164 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'net-misc/iputils/iputils-20180629.ebuild')
-rw-r--r--net-misc/iputils/iputils-20180629.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/iputils/iputils-20180629.ebuild b/net-misc/iputils/iputils-20180629.ebuild
index fb577b0efbb1..98e13d04e31d 100644
--- a/net-misc/iputils/iputils-20180629.ebuild
+++ b/net-misc/iputils/iputils-20180629.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# For released versions, we precompile the man/html pages and store
@@ -15,6 +15,7 @@ MY_PV="${PV/_pre/}"
PATCHES=(
"${FILESDIR}"/${PN}-20180629-musl.patch
+ "${FILESDIR}"/${P}-fix-ping-on-musl.patch
)
if [[ ${PV} == "99999999" ]] ; then