From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 49/62] xinetd: Fix build against glibc 2.32 (without RPC) Date: Sun, 16 Aug 2020 10:29:40 +0000 Message-ID: <20200816102953.3881-49-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4151540688194792552==" List-Id: --===============4151540688194792552== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- 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 =3D $(DIR_INFO)/$(THISAPP) PROG =3D xinetd PAK_VER =3D 1 =20 +CFLAGS +=3D -fcommon -I/usr/include/tirpc -Wl,-ltirpc + ############################################################################= ### # Top-level Rules ############################################################################= ### --=20 2.20.1 --===============4151540688194792552==--