From: "Jesper Bækdahl" <jbb@gamblify.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] glibc: install libanl.so to target
Date: Thu, 23 Feb 2017 12:11:10 +0100 [thread overview]
Message-ID: <1487848270-32609-1-git-send-email-jbb@gamblify.com> (raw)
Signed-off-by: Jesper B?kdahl <jbb@gamblify.com>
---
package/glibc/glibc.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk
index c11f7cd..ee52539 100644
--- a/package/glibc/glibc.mk
+++ b/package/glibc/glibc.mk
@@ -101,9 +101,9 @@ endef
#
GLIBC_LIBS_LIB = \
- ld*.so.* libc.so.* libcrypt.so.* libdl.so.* libgcc_s.so.* libm.so.* \
- libnsl.so.* libpthread.so.* libresolv.so.* librt.so.* libutil.so.* \
- libnss_files.so.* libnss_dns.so.* libmvec.so.*
+ ld*.so.* libanl.so.* libc.so.* libcrypt.so.* libdl.so.* libgcc_s.so.* \
+ libm.so.* libnsl.so.* libpthread.so.* libresolv.so.* librt.so.* \
+ libutil.so.* libnss_files.so.* libnss_dns.so.* libmvec.so.*
ifeq ($(BR2_PACKAGE_GDB),y)
GLIBC_LIBS_LIB += libthread_db.so.*
--
2.7.4
next reply other threads:[~2017-02-23 11:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-23 11:11 Jesper Bækdahl [this message]
2017-02-23 20:41 ` [Buildroot] [PATCH 1/1] glibc: install libanl.so to target Thomas Petazzoni
2017-02-24 9:03 ` [Buildroot] [PATCH v2 1/2] " Jesper Bækdahl
2017-02-24 9:03 ` [Buildroot] [PATCH v2 2/2] toolchain-external: install libanl.so for glibc Jesper Bækdahl
2017-02-25 15:44 ` 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=1487848270-32609-1-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.