tags 309489 +patch thanks The following patch should fix the requirement of --without-tls on hurd-i386:
Index: debian/sysdeps/gnu.mk =================================================================== --- debian/sysdeps/gnu.mk (revision 940) +++ debian/sysdeps/gnu.mk (working copy) @@ -19,3 +19,5 @@ true endef +# TLS is broken currently and results in Mach panicing +libc_extra_config_options := $(extra_config_options) --without-tls cheers, Michael -- Michael Banck Debian Developer [EMAIL PROTECTED] http://www.advogato.org/person/mbanck/diary.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

