From efb3d661325bc081e68e49e38d87638d06ffbc2e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 10 Aug 2020 14:06:13 +0000 Subject: [PATCH] xinetd: Fix build against glibc 2.32 (without RPC) Signed-off-by: Michael Tremer --- lfs/xinetd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/xinetd b/lfs/xinetd index d592c90ab8..9e14279d47 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 ############################################################################### -- 2.39.5