Unset flags to fix compilation error with GRUB
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 30 Nov 2014 21:37:03 +0000 (16:37 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 5 Dec 2014 04:44:18 +0000 (23:44 -0500)
stage2/hv-install-2

index 8ab2232..5870b94 100755 (executable)
@@ -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