Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] autofs: allow to use libtirpc
Date: Tue, 6 Feb 2018 14:38:29 +0100	[thread overview]
Message-ID: <20180206143829.6f639dc6@windsurf> (raw)
In-Reply-To: <20180201200904.GA18467@waldemar-brodkorb.de>

Hello,

On Thu, 1 Feb 2018 21:09:04 +0100, Waldemar Brodkorb wrote:
> uClibc-ng removed internal RPC implementation as it
> is ipv4 only and can not be used for most important RPC software
> rpcbind and nfs-utils.
> musl does not implement RPC and GNU C library deprecated the
> internal implementation a while ago.
> It is still possible to use the C library implementation.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

Applied to next, with a change. See below.

> +ifeq ($(BR2_TOOLCHAIN_HAS_NATIVE_RPC),)

I've changed this to BR2_PACKAGE_LIBTIRPC=y, so that it gets used
whenever available, not only when the C library lacks RPC. We do this
in other packages, so I changed it for consistency.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

      reply	other threads:[~2018-02-06 13:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-01 20:09 [Buildroot] [PATCH] autofs: allow to use libtirpc Waldemar Brodkorb
2018-02-06 13:38 ` Thomas Petazzoni [this message]

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=20180206143829.6f639dc6@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /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