summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-27 01:39:11 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-27 01:39:25 +0100
commit0cccf240057e4581546bb59c6221d82d34660183 (patch)
tree14c9ae1eced9811c0747c3d1b4738f275002ba5c /net-analyzer/fping/fping-4.2.ebuild
parentsys-apps/dcfldd: Version 1.6 (diff)
downloadgentoo-0cccf240057e4581546bb59c6221d82d34660183.tar.gz
gentoo-0cccf240057e4581546bb59c6221d82d34660183.tar.bz2
gentoo-0cccf240057e4581546bb59c6221d82d34660183.zip
net-analyzer/fping: Fix CFLAGS=-fno-common
Package-Manager: Portage-2.3.85, Repoman-2.3.20 Closes: https://bugs.gentoo.org/show_bug.cgi?id=706528 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/fping/fping-4.2.ebuild')
-rw-r--r--net-analyzer/fping/fping-4.2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-analyzer/fping/fping-4.2.ebuild b/net-analyzer/fping/fping-4.2.ebuild
index b181b90c670f..fff3fa9ccd77 100644
--- a/net-analyzer/fping/fping-4.2.ebuild
+++ b/net-analyzer/fping/fping-4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,6 +12,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="ipv6 suid"
+PATCHES=(
+ "${FILESDIR}"/${PN}-4.2-fno-common.patch
+)
+
src_configure() {
econf $(use_enable ipv6)
}