From 27ba1e9bde49ee18d847917007d7a0c357bd029c Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 12 May 2010 11:20:36 -0600 Subject: [PATCH] see if this fixes the FTBFS on 64 bit host --- debian/changelog | 6 ++++++ debian/rules | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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) -- 2.47.2