From: Bdale Garbee Date: Wed, 12 May 2010 17:20:36 +0000 (-0600) Subject: see if this fixes the FTBFS on 64 bit host X-Git-Tag: debian/3.12-3~6 X-Git-Url: https://git.gag.com/?p=debian%2Felilo;a=commitdiff_plain;h=27ba1e9bde49ee18d847917007d7a0c357bd029c see if this fixes the FTBFS on 64 bit host --- diff --git a/debian/changelog b/debian/changelog index f22036f..8ed695d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +elilo (3.12-3) UNRELEASED; urgency=low + + * pass -m32 when building 32 bit version on 64 bit host, closes: #574713 + + -- Bdale Garbee Wed, 12 May 2010 11:20:20 -0600 + elilo (3.12-2) unstable; urgency=low * fix paths to support cross-building in ia32/Makefile, closes: #555153 diff --git a/debian/rules b/debian/rules index 06b6cad..d17298e 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,8 @@ endif ifeq ($(buildarch), amd64) mkdir debian/build32 - $(MAKE) -C debian/build32 -f ../../Makefile SRCDIR=../.. ARCH=ia32 + $(MAKE) -C debian/build32 -f ../../Makefile SRCDIR=../.. ARCH=ia32 \ + CFLAGS=-m32 endif $(MAKE)