[49/62] xinetd: Fix build against glibc 2.32 (without RPC)

Message ID 20200816102953.3881-49-michael.tremer@ipfire.org
State Accepted
Commit 757de9a175ee74a1db364833879d1878b666a592
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/xinetd | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/lfs/xinetd b/lfs/xinetd
index d592c90ab..9e14279d4 100644
--- a/lfs/xinetd
+++ b/lfs/xinetd
@@ -34,6 +34,8 @@  TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = xinetd
 PAK_VER    = 1
 
+CFLAGS    += -fcommon -I/usr/include/tirpc -Wl,-ltirpc
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################