projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4680c91
)
[package] grub: improve package requirement error, patch by Jim Cromie <jim.cromie...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Jun 2011 14:33:35 +0000
(14:33 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Jun 2011 14:33:35 +0000
(14:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27109
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/grub/Makefile
patch
|
blob
|
history
diff --git
a/package/grub/Makefile
b/package/grub/Makefile
index
ee527be
..
80b79f2
100644
(file)
--- a/
package/grub/Makefile
+++ b/
package/grub/Makefile
@@
-104,7
+104,7
@@
ifeq ($(HOST_ARCH),x86_64)
endif
$(eval $(call Require,working-gcc-m32, \
- Please install 32 bit
s development files. (gcc-multilib on Debian/Ubuntu, gcc.i686 and libgcc
.i686 on CentOS/Fedora/RHEL) \
+ Please install 32 bit
development files. (gcc-multilib on Debian/Ubuntu, gcc.i686, libgcc.i686, and glibc-devel
.i686 on CentOS/Fedora/RHEL) \
))
$(eval $(call HostBuild))
This page took
0.02405 seconds
and
4
git commands to generate.