From 97f68af983562e35a420459e849e1ff78e8787e4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 24 Sep 2020 10:24:56 +0000 Subject: [PATCH] xinetd: Depend on libtirpc Signed-off-by: Michael Tremer --- lfs/xinetd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lfs/xinetd b/lfs/xinetd index 9e14279d47..d3196beef0 100644 --- a/lfs/xinetd +++ b/lfs/xinetd @@ -32,7 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = xinetd -PAK_VER = 1 +PAK_VER = 2 + +DEPS = libtirpc CFLAGS += -fcommon -I/usr/include/tirpc -Wl,-ltirpc -- 2.39.5