Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- lfs/linux-atm | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/lfs/linux-atm b/lfs/linux-atm index a3e23dafb..129109b3f 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 ###############################################################################