[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#369656: [Patch] Fixed error of configuring libidn for m32r



Package:glibc
Version:2.3.6-11
Severity:wishlist

The following error of configuring libidn for m32r happened.
configure: loading site script /etc/dpkg-cross/cross-config.m32r
checking build system type... i486-pc-linux-gnu
checking host system type... m32r-unknown-linux-gnu
running configure fragment for add-on libidn
running configure fragment for add-on linuxthreads
checking sysdep dirs... configure: error: The m32r is not supported.
make: *** [/project/m32r-linux/work/inaoka/debian/glibc-2.3.6/glibc-2.3.6-11/glibc-2.3.6/stamp-dir/configure_udeb] Error 1

Could you please apply the following patch?

changelog:
	* Add udeb_add-ons to debian/sysdeps/m32r.mk.
--- debian/sysdeps/m32r.mk.org	2006-05-31 14:14:55.311285718 +0900
+++ debian/sysdeps/m32r.mk	2006-05-31 14:15:29.994835955 +0900
@@ -1,3 +1,4 @@
 libc_MIN_KERNEL_SUPPORTED = 2.6.9
 libc_add-ons = ports linuxthreads $(add-ons)
+udeb_add-ons = ports linuxthreads $(add-ons)
 libc_extra_config_options = $(extra_config_options) --without-tls

Reply to: