mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH] Add `intl` to EMPTY_LIB_NAMES.
@ 2016-03-08  5:50 OGINO Masanori
  2016-03-11  4:58 ` Rich Felker
  0 siblings, 1 reply; 9+ messages in thread
From: OGINO Masanori @ 2016-03-08  5:50 UTC (permalink / raw)
  To: musl; +Cc: OGINO Masanori

It makes programs that depend on libintl work with musl.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ec54880..394b32f 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ GENERIC_INCLUDES = $(wildcard $(srcdir)/arch/generic/bits/*.h)
 INCLUDES = $(wildcard $(srcdir)/include/*.h $(srcdir)/include/*/*.h)
 ALL_INCLUDES = $(sort $(INCLUDES:$(srcdir)/%=%) $(GENH:obj/%=%) $(ARCH_INCLUDES:$(srcdir)/arch/$(ARCH)/%=include/%) $(GENERIC_INCLUDES:$(srcdir)/arch/generic/%=include/%))
 
-EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl
+EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl intl
 EMPTY_LIBS = $(EMPTY_LIB_NAMES:%=lib/lib%.a)
 CRT_LIBS = $(addprefix lib/,$(notdir $(CRT_OBJS)))
 STATIC_LIBS = lib/libc.a
-- 
2.4.10



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

end of thread, other threads:[~2016-03-12 22:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-08  5:50 [PATCH] Add `intl` to EMPTY_LIB_NAMES OGINO Masanori
2016-03-11  4:58 ` Rich Felker
2016-03-11  7:13   ` Masanori Ogino
2016-03-11  7:21     ` Masanori Ogino
2016-03-12 12:09       ` Felix Janda
2016-03-12 15:32         ` Rich Felker
2016-03-12 22:25         ` Masanori Ogino
2016-03-12 15:30     ` Rich Felker
2016-03-12 22:28       ` Masanori Ogino

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).