]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
tftpd: Fix build with GCC 10
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Aug 2020 09:29:57 +0000 (09:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 11 Aug 2020 10:29:07 +0000 (10:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/tftpd

index ed2f1ad43951a57a5a9f90094899b6d63c4cc2ee..81f9f3c95bd0db76b5d15963a66cc3a69f48d7e5 100644 (file)
--- a/lfs/tftpd
+++ b/lfs/tftpd
@@ -36,6 +36,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+CFLAGS    += -fcommon
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################