From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20201021144149.27886-2-bst@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 30 Oct 2020 13:02:32 +0100 Subject: Re: [ptxdist] [APPLIED] host-nfsutils: new package List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Bastian Krause Thanks, applied as c3e234249e2762478ff140b99717678ed25e512d. Michael [sent from post-receive hook] On Fri, 30 Oct 2020 13:02:32 +0100, Bastian Krause wrote: > 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 > Message-Id: <20201021144149.27886-2-bst@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-nfsutils.in b/rules/host-nfsutils.in > new file mode 100644 > index 000000000000..666f5cace627 > --- /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 000000000000..f76c5d63c575 > --- /dev/null > +++ b/rules/host-nfsutils.make > @@ -0,0 +1,50 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2020 by Bastian Krause > +# > +# 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 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de