]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
xinetd: Fix build against glibc 2.32 (without RPC)
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Aug 2020 14:06:13 +0000 (14:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Aug 2020 10:29:42 +0000 (10:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/xinetd

index d592c90ab87a738f791f6bfd217a88ecdd403ab9..9e14279d478684a2586753b3e82459a4e5a888df 100644 (file)
@@ -34,6 +34,8 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = xinetd
 PAK_VER    = 1
 
+CFLAGS    += -fcommon -I/usr/include/tirpc -Wl,-ltirpc
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################