From: Michael Tremer Date: Thu, 6 Aug 2020 16:48:39 +0000 (+0000) Subject: linux-atm: Fix build with GCC 10 X-Git-Tag: v2.25-core149~6^2~103 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=8699bcc8818ce7d8bafb71adfc80435235b75d63 linux-atm: Fix build with GCC 10 Signed-off-by: Michael Tremer --- diff --git a/lfs/linux-atm b/lfs/linux-atm index a3e23dafbb..129109b3ff 100644 --- a/lfs/linux-atm +++ b/lfs/linux-atm @@ -32,6 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################