From: Hugo Villeneuve Date: Sun, 30 Nov 2014 21:37:03 +0000 (-0500) Subject: Unset flags to fix compilation error with GRUB X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=ef84c8b410182cbcde3e4b4565363258edc50a3a;p=hvlinux.git Unset flags to fix compilation error with GRUB --- 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