projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2caa47
)
Unset flags to fix compilation error with GRUB
author
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 30 Nov 2014 21:37:03 +0000
(16:37 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 5 Dec 2014 04:44:18 +0000
(23:44 -0500)
stage2/hv-install-2
patch
|
blob
|
history
diff --git
a/stage2/hv-install-2
b/stage2/hv-install-2
index
8ab2232
..
5870b94
100755
(executable)
--- 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