From ef84c8b410182cbcde3e4b4565363258edc50a3a Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 30 Nov 2014 16:37:03 -0500 Subject: [PATCH] Unset flags to fix compilation error with GRUB --- stage2/hv-install-2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/hv-install-2 b/stage2/hv-install-2 index 8ab2232..5870b94 100755 --- a/stage2/hv-install-2 +++ b/stage2/hv-install-2 @@ -42,7 +42,7 @@ ipkg -m noac ${SYSVINIT} FORCE_UNSAFE_CONFIGURE=1 ipkg ${TAR_PACKAGE} "--bindir=/bin --libexecdir=/usr/sbin" ipkg ${TEXINFO} ipkg ${EUDEV} -ipkg ${GRUB} --disable-werror +CFLAGS="" CPPFLAGS="" CXXFLAGS="" ipkg ${GRUB} --disable-werror ipkg -m acnb ${DHCP} if [ -n "${WIFI_SUPPORT}" ]; then -- 2.20.1