]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
gnupg: Fix building with GCC 10
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Aug 2020 18:12:57 +0000 (18:12 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Aug 2020 10:29:42 +0000 (10:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/gnupg

index 532a291d8aba7bebc2a86f28d06285e2f8238ad0..93e5ac21a86cdf2e8b81052b9104dd7610e96115 100644 (file)
--- 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
 ###############################################################################