summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-11-01 09:12:08 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-11-01 21:41:16 +0100
commite0781df951e4b274598b5a217df221a6e679d3b2 (patch)
tree89f4b75ffab089c607090549b5682ebb4949a9c7
parent5f2c270a0904aeab07e433d189b1ca260eb2d917 (diff)
downloadptxdist-e0781df951e4b274598b5a217df221a6e679d3b2.tar.gz
ptxdist-e0781df951e4b274598b5a217df221a6e679d3b2.tar.xz
host-nfsutils: only build and install rpcgen
Nothing else is needed. And without this, building may fail on modern distros with: mount.h:9:10: fatal error: rpc/rpc.h: No such file or directory Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-nfsutils.make7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/host-nfsutils.make b/rules/host-nfsutils.make
index f76c5d63c..acdc01015 100644
--- a/rules/host-nfsutils.make
+++ b/rules/host-nfsutils.make
@@ -47,4 +47,11 @@ HOST_NFSUTILS_CONF_OPT := \
--without-gssglue \
--without-systemd
+HOST_NFSUTILS_MAKE_OPT := \
+ -C tools/rpcgen
+
+HOST_NFSUTILS_INSTALL_OPT := \
+ $(HOST_NFSUTILS_MAKE_OPT) \
+ install
+
# vim: syntax=make