[13/62] gnupg: Fix building with GCC 10

Message ID 20200816102953.3881-13-michael.tremer@ipfire.org
State Accepted
Commit 4ae804d137c2240309e534270252f21dedae1937
Headers
Series [01/62] bison: Update to 3.7.1 |

Commit Message

Michael Tremer Aug. 16, 2020, 10:29 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/gnupg | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/lfs/gnupg b/lfs/gnupg
index 532a291d8..93e5ac21a 100644
--- a/lfs/gnupg
+++ b/lfs/gnupg
@@ -32,6 +32,8 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+CFLAGS    += -fcommon
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################