Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] glibc: install libanl.so to target
@ 2017-02-23 11:11 Jesper Bækdahl
  2017-02-23 20:41 ` Thomas Petazzoni
  2017-02-24  9:03 ` [Buildroot] [PATCH v2 1/2] " Jesper Bækdahl
  0 siblings, 2 replies; 6+ messages in thread
From: Jesper Bækdahl @ 2017-02-23 11:11 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-25 15:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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   ` [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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox