From: Michael Tremer Date: Thu, 6 Aug 2020 14:03:45 +0000 (+0000) Subject: cpio: Package won't build with GCC 10 without -fcommon X-Git-Tag: v2.25-core149~6^2~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e35e1ca14bbf5a55aa4763ba5d8f178e19483d41;p=ipfire-2.x.git cpio: Package won't build with GCC 10 without -fcommon Signed-off-by: Michael Tremer --- diff --git a/lfs/cpio b/lfs/cpio index 02d72d038d..5985cd5659 100644 --- a/lfs/cpio +++ b/lfs/cpio @@ -32,6 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################