From: Michael Tremer Date: Mon, 10 Aug 2020 14:06:13 +0000 (+0000) Subject: xinetd: Fix build against glibc 2.32 (without RPC) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=757de9a175ee74a1db364833879d1878b666a592;p=people%2Fms%2Fipfire-2.x.git xinetd: Fix build against glibc 2.32 (without RPC) Signed-off-by: Michael Tremer --- 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 ###############################################################################