From 78476504b22837f2e15b07faec523ceb7e40a418 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 1 Jul 2021 10:34:33 +0200 Subject: host-nfsutils: fix building without rpc/rpc.h Signed-off-by: Michael Olbrich --- rules/host-nfsutils.make | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rules/host-nfsutils.make') diff --git a/rules/host-nfsutils.make b/rules/host-nfsutils.make index bfbe6dac3..67ea567be 100644 --- a/rules/host-nfsutils.make +++ b/rules/host-nfsutils.make @@ -15,6 +15,11 @@ HOST_PACKAGES-$(PTXCONF_HOST_NFSUTILS) += host-nfsutils # Prepare # ---------------------------------------------------------------------------- +# fake rpc/rpc.h availability, it's not needed for rpcgen +HOST_NFSUTILS_CONF_ENV := \ + $(HOST_ENV) \ + ac_cv_header_rpc_rpc_h=yes + # # autoconf # -- cgit v1.2.3