mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
11
net-analyzer/fping/files/fping-4.2-fno-common.patch
Normal file
11
net-analyzer/fping/files/fping-4.2-fno-common.patch
Normal file
@@ -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();
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user