From: Florian Fainelli Date: Fri, 19 Mar 2010 21:02:20 +0000 (+0000) Subject: fix lilo build on 64-bits machine (#6878) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f9fab3a226b4c907c069601f7085bf8dc93903a2;p=openwrt%2Fsvn-archive%2Fpackages.git fix lilo build on 64-bits machine (#6878) SVN-Revision: 20308 --- diff --git a/utils/lilo/Makefile b/utils/lilo/Makefile index 44156ccc4..35f6da506 100644 --- a/utils/lilo/Makefile +++ b/utils/lilo/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lilo PKG_VERSION:=22.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).src.tar.gz PKG_SOURCE_URL:=ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/ @@ -30,7 +30,9 @@ define Package/lilo/conffiles endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) alles + $(MAKE) -C $(PKG_BUILD_DIR) \ + CC="$(HOSTCC) -m32" \ + alles endef define Package/lilo/install