commit:     0cccf240057e4581546bb59c6221d82d34660183
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 00:39:11 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 00:39:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cccf240

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 <AT> gentoo.org>

 net-analyzer/fping/files/fping-4.2-fno-common.patch | 11 +++++++++++
 net-analyzer/fping/fping-4.2.ebuild                 |  6 +++++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/fping/files/fping-4.2-fno-common.patch 
b/net-analyzer/fping/files/fping-4.2-fno-common.patch
new file mode 100644
index 00000000000..d18af66b063
--- /dev/null
+++ b/net-analyzer/fping/files/fping-4.2-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/src/fping.h
++++ b/src/fping.h
+@@ -11,7 +11,7 @@
+ void crash_and_burn( char *message );
+ void errno_crash_and_burn( char *message );
+ int in_cksum( unsigned short *p, int n );
+-int random_data_flag;
++extern int random_data_flag;
+ 
+ /* socket.c */
+ int  open_ping_socket_ipv4();

diff --git a/net-analyzer/fping/fping-4.2.ebuild 
b/net-analyzer/fping/fping-4.2.ebuild
index b181b90c670..fff3fa9ccd7 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)
 }

Reply via email to