mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-firewall/fwknop: fix build with -fno-common or gcc-10
Cherry-picked fix from
a87325b081
Signed-off-by: Hank Leininger <hlein@korelogic.com>
Closes: https://bugs.gentoo.org/706816
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/14766
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
committed by
Andreas Sturmlechner
parent
3b7a6e57d3
commit
023eef270a
23
net-firewall/fwknop/files/fwknop-2.6.10_fno-common_fix.patch
Normal file
23
net-firewall/fwknop/files/fwknop-2.6.10_fno-common_fix.patch
Normal file
@@ -0,0 +1,23 @@
|
||||
From a87325b0816a79329cf0b4d4f9ebf247ead117db Mon Sep 17 00:00:00 2001
|
||||
From: Jakub Jelen <jjelen@redhat.com>
|
||||
Date: Mon, 10 Feb 2020 15:21:56 +0100
|
||||
Subject: [PATCH] Unbreak build with gcc10 (-fno-common)
|
||||
|
||||
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
|
||||
---
|
||||
client/log_msg.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/client/log_msg.h b/client/log_msg.h
|
||||
index cc17716b..3dda1614 100644
|
||||
--- a/client/log_msg.h
|
||||
+++ b/client/log_msg.h
|
||||
@@ -38,7 +38,7 @@ enum
|
||||
LOG_VERBOSITY_INFO, /*!< Constant to define a INFO message */
|
||||
LOG_VERBOSITY_DEBUG, /*!< Constant to define a DEBUG message */
|
||||
LOG_LAST_VERBOSITY
|
||||
-} log_level_t;
|
||||
+};
|
||||
|
||||
#define LOG_DEFAULT_VERBOSITY LOG_VERBOSITY_NORMAL /*!< Default verbosity to use */
|
||||
|
||||
@@ -43,6 +43,8 @@ REQUIRED_USE="
|
||||
udp-server? ( server )
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-2.6.10_fno-common_fix.patch" )
|
||||
|
||||
DOCS=( AUTHORS ChangeLog README )
|
||||
|
||||
DISABLE_AUTOFORMATTING=1
|
||||
|
||||
Reference in New Issue
Block a user