On Fri, Mar 24, 2006 at 10:05:54AM -0500, Daniel Jacobowitz wrote: > > find ncurses-5.5 > > --- ncurses-5.5//debian/rules 2006-03-13 10:47:13.000000000 +0100 > > +++ ncurses-5.5-1.my//debian/rules 2006-03-13 10:41:40.000000000 +0100 > > @@ -42,7 +42,7 @@ > > DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) > > DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM) > > > > -ifeq ($(DEB_HOST_GNU_CPU),i486) > > +ifeq ($(DEB_HOST_GNU_TYPE),i486-linux-gnu) > > build_64_target = x86_64-$(DEB_HOST_GNU_SYSTEM) > > build_64 = build-64 > > endif > > Reasonable, I'll queue it.
Could you check that ncurses 5.5-2 fixes this? Some similar changes were made. -- Daniel Jacobowitz CodeSourcery -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]