mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bastian Krause <bst@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: [ptxdist] [PATCH 2/3] host-nfsutils: new package
Date: Wed, 21 Oct 2020 16:41:48 +0200	[thread overview]
Message-ID: <20201021144149.27886-2-bst@pengutronix.de> (raw)
In-Reply-To: <20201021144149.27886-1-bst@pengutronix.de>

This is needed for rpcgen, which is needed during compile time of
nfsutils. It may also be installed/used on the target.

See: https://marc.info/?t=160327614800002&r=1&w=2

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/host-nfsutils.in   |  6 +++++
 rules/host-nfsutils.make | 50 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)
 create mode 100644 rules/host-nfsutils.in
 create mode 100644 rules/host-nfsutils.make

diff --git a/rules/host-nfsutils.in b/rules/host-nfsutils.in
new file mode 100644
index 000000000..666f5cace
--- /dev/null
+++ b/rules/host-nfsutils.in
@@ -0,0 +1,6 @@
+## SECTION=hosttools_noprompt
+
+config HOST_NFSUTILS
+	tristate
+	select HOST_LIBBLKID
+	default y if ALLYES
diff --git a/rules/host-nfsutils.make b/rules/host-nfsutils.make
new file mode 100644
index 000000000..f76c5d63c
--- /dev/null
+++ b/rules/host-nfsutils.make
@@ -0,0 +1,50 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2020 by Bastian Krause <bst@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_NFSUTILS) += host-nfsutils
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_NFSUTILS_CONF_TOOL	:= autoconf
+
+HOST_NFSUTILS_CONF_OPT	:= \
+	$(HOST_AUTOCONF) \
+	--disable-nfsv4 \
+	--disable-nfsv41 \
+	--disable-gss \
+	--disable-svcgss \
+	--disable-kprefix \
+	--disable-uuid \
+	--disable-mount \
+	--disable-libmount-mount \
+	--disable-junction \
+	--disable-tirpc \
+	--disable-ipv6 \
+	--disable-mountconfig \
+	--disable-nfsdcld \
+	--disable-nfsdcltrack \
+	--disable-caps \
+	$(GLOBAL_LARGE_FILE_OPTION) \
+	--disable-ldap \
+	--disable-gums \
+	--with-rpcgen=internal \
+	--without-mountfile \
+	--without-tcp-wrappers \
+	--without-krb5 \
+	--without-gssglue \
+	--without-systemd
+
+# vim: syntax=make
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

  reply	other threads:[~2020-10-21 14:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-21 14:41 [ptxdist] [PATCH 1/3] nfsutils: fix paths in init script Bastian Krause
2020-10-21 14:41 ` Bastian Krause [this message]
2020-10-30 12:02   ` [ptxdist] [APPLIED] host-nfsutils: new package Michael Olbrich
2020-10-21 14:41 ` [ptxdist] [PATCH 3/3] nfsutils: version bump 1.3.3 -> 2.5.1 Bastian Krause
2020-10-30 12:02   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-30 12:02 ` [ptxdist] [APPLIED] nfsutils: fix paths in init script Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201021144149.27886-2-bst@pengutronix.de \
    --to=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox