From: Michael Tremer Date: Thu, 6 Aug 2020 18:12:57 +0000 (+0000) Subject: gnupg: Fix building with GCC 10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a6a935e221097533c0f386248b68b3f1feb8ce1;p=people%2Fms%2Fipfire-2.x.git gnupg: Fix building with GCC 10 Signed-off-by: Michael Tremer --- diff --git a/lfs/gnupg b/lfs/gnupg index 532a291d8a..93e5ac21a8 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 ###############################################################################