Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Jesper Bækdahl" <jbb@gamblify.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/2] toolchain-external: install libanl.so for glibc
Date: Fri, 24 Feb 2017 10:03:08 +0100	[thread overview]
Message-ID: <1487926988-32495-2-git-send-email-jbb@gamblify.com> (raw)
In-Reply-To: <1487926988-32495-1-git-send-email-jbb@gamblify.com>

libanl.so is needed for asynchronous network address and service
translation, declared in netdb.h

Signed-off-by: Jesper B?kdahl <jbb@gamblify.com>
---
 toolchain/toolchain-external/pkg-toolchain-external.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/toolchain-external/pkg-toolchain-external.mk b/toolchain/toolchain-external/pkg-toolchain-external.mk
index 6658875..11a1bf5 100644
--- a/toolchain/toolchain-external/pkg-toolchain-external.mk
+++ b/toolchain/toolchain-external/pkg-toolchain-external.mk
@@ -124,7 +124,7 @@ endif # ! no threads
 endif
 
 ifeq ($(BR2_TOOLCHAIN_EXTERNAL_GLIBC),y)
-TOOLCHAIN_EXTERNAL_LIBS += libnss_files.so.* libnss_dns.so.* libmvec.so.*
+TOOLCHAIN_EXTERNAL_LIBS += libnss_files.so.* libnss_dns.so.* libmvec.so.* libanl.so.*
 endif
 
 ifeq ($(BR2_TOOLCHAIN_EXTERNAL_MUSL),y)
-- 
2.7.4

  reply	other threads:[~2017-02-24  9:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-23 11:11 [Buildroot] [PATCH 1/1] glibc: install libanl.so to target Jesper Bækdahl
2017-02-23 20:41 ` Thomas Petazzoni
2017-02-24  9:03 ` [Buildroot] [PATCH v2 1/2] " Jesper Bækdahl
2017-02-24  9:03   ` Jesper Bækdahl [this message]
2017-02-25 15:44     ` [Buildroot] [PATCH v2 2/2] toolchain-external: install libanl.so for glibc Thomas Petazzoni
2017-02-25 15:44   ` [Buildroot] [PATCH v2 1/2] glibc: install libanl.so to target Thomas Petazzoni

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=1487926988-32495-2-git-send-email-jbb@gamblify.com \
    --to=jbb@gamblify.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