tags 475612 + patch
thanks

Samuel Thibault, le Sat 12 Apr 2008 02:13:44 +0100, a écrit :
> Samuel Thibault, le Sat 12 Apr 2008 00:37:11 +0100, a écrit :
> > The attached patch fixes the detection, and sets the CTYPE locale to
> > C.UTF-8 so that it can detect it.
> 
> Ah, but that breaks non-ascii characters.  The simplest way is probably
> to actually tell brltty that it won't have a really working iconv(),
> by giving the --disable-iconv option to ./configure . That is however
> currently broken upstream, I've sent Dave a patch to fix it.

Ok, 3.10~r3662-1 now has the iconv fix, the remaining bit is now just
the attached patch that disables iconv in the udeb.

Samuel
--- debian/rules.orig   2008-04-12 14:59:33.000000000 +0100
+++ debian/rules        2008-04-12 14:48:30.000000000 +0100
@@ -27,7 +27,7 @@
        api pm-configfile gpm
 UDEB_CONFIGURE_OPTIONS=--with-braille-driver=-vr,all \
        --with-braille-device=usb: --with-screen-driver=-as,-sc,all \
-       --without-init-path --without-x --without-curses \
+       --without-init-path --without-x --without-curses --disable-iconv \
        $(patsubst %,--disable-%,$(UDEB_DISABLE))
 UDEB_FILENAME=$(PACKAGE)-udeb_$(VERSION)_$(DEB_HOST_ARCH).udeb
 PRIORITY=$(shell grep '^Package: brltty-udeb' debian/control -A 10 | grep 
^Priority: | cut -d ' ' -f 2)

Reply via email to