[28/62] tftpd: Fix build with GCC 10

Message ID 20200816102953.3881-28-michael.tremer@ipfire.org
State Accepted
Commit 7c606082324fdff34ac50ae71219d3d83b3597ea
Headers
Series [01/62] bison: Update to 3.7.1 |

Commit Message

Michael Tremer Aug. 16, 2020, 10:29 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/tftpd | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/lfs/tftpd b/lfs/tftpd
index ed2f1ad43..81f9f3c95 100644
--- a/lfs/tftpd
+++ b/lfs/tftpd
@@ -36,6 +36,8 @@  PAK_VER    = 1
 
 DEPS       =
 
+CFLAGS    += -fcommon
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################