Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- lfs/xinetd | 2 ++ 1 file changed, 2 insertions(+)
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 ###############################################################################