All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] PATCH: uclibc.iconv.diff - fix for glib 2.12.9 (No iconv() implementation found in C library or libiconv)
@ 2007-06-29 16:09 Ivan Kuten
  0 siblings, 0 replies; only message in thread
From: Ivan Kuten @ 2007-06-29 16:09 UTC (permalink / raw)
  To: buildroot


Hello,

This patch disables building of iconv binary in uclibc ( it's failed when locale support is enabled).
In turn correct building of uclibc with locale support gives correct build for glibc 2.12.9 - a bug was recently opened: 
 [buildroot 0001408]: Fail to build glib 2.12.9 (No iconv() implementation found in C library or libiconv)

Actually it's just Assen Stoyanov's patch but made from root of buildroot for suitable applying in svn for maintainer.

Without this patch glib build fails.

Best regards, Ivan

---

diff -urN buildroot.orig/toolchain/uClibc/uClibc.iconv.patch buildroot.new/toolchain/uClibc/uClibc.iconv.patch
--- buildroot.orig/toolchain/uClibc/uClibc.iconv.patch	1970-01-01 03:00:00 +0300
+++ buildroot.new/toolchain/uClibc/uClibc.iconv.patch	2007-06-29 16:15:24 +0300
@@ -0,0 +1,22 @@
+--- uClibc-0.9.29-orig/utils/Makefile.in	2007-06-29 11:34:47.000000000 +0300
++++ uClibc-0.9.29/utils/Makefile.in	2007-06-29 11:33:03.000000000 +0300
+@@ -52,7 +52,8 @@
+ 
+ utils_ICONV_OBJ =
+ ifeq ($(UCLIBC_HAS_LOCALE),y)
+-utils_ICONV_OBJ := $(utils_OUT)/iconv
++# temporary disabled - compilation is broken!
++#utils_ICONV_OBJ := $(utils_OUT)/iconv
+ endif
+ 
+ utils_OBJ := $(patsubst %,$(utils_OUT)/%,$(utils_OBJ))
+@@ -85,7 +86,8 @@
+ 	$(INSTALL) -m 755 $(utils_OUT)/ldconfig $(PREFIX)$(RUNTIME_PREFIX)sbin/ldconfig
+ endif
+ ifeq ($(UCLIBC_HAS_LOCALE),y)
+-	$(INSTALL) -m 755 $(utils_OUT)/iconv $(PREFIX)$(RUNTIME_PREFIX)usr/bin/iconv
++	# temporary disabled - compilation is broken!
++	#$(INSTALL) -m 755 $(utils_OUT)/iconv $(PREFIX)$(RUNTIME_PREFIX)usr/bin/iconv
+ endif
+ 
+ objclean-y += utils_clean

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-29 16:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-29 16:09 [Buildroot] PATCH: uclibc.iconv.diff - fix for glib 2.12.9 (No iconv() implementation found in C library or libiconv) Ivan Kuten

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.