I'd like to provide a patch for this bug, but I'm not sure the obvious
approach of changing the existing check of DEB_BUILD_ARCH in
debian/rules to

ifeq ($(DEB_BUILD_ARCH),i386)
        CONFIGURE_FLAGS = --cpu=i486
else
        CONFIGURE_FLAGS = --cpu=$(DEB_BUILD_ARCH)
endif

is going to work for this package -- it has its own wacky custom
configure system, and I can't tell whether it uses the same CPU
identifiers that dpkg-architecture does.  (It's using Python's
platform.processor(), which wraps uname().)

zw



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to