aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-06-04 14:33:35 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-06-04 14:33:35 +0000
commitafaf337b008ab2e723f02b5a5bfd566694ea6b63 (patch)
tree0d87125969d347eceee330d93b3ba019c7d5ca99 /package
parentfbba97cc8b24b77a50343dfb7ad74258462e17f3 (diff)
downloadupstream-afaf337b008ab2e723f02b5a5bfd566694ea6b63.tar.gz
upstream-afaf337b008ab2e723f02b5a5bfd566694ea6b63.tar.bz2
upstream-afaf337b008ab2e723f02b5a5bfd566694ea6b63.zip
[package] grub: improve package requirement error, patch by Jim Cromie <jim.cromie@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27109 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/grub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile
index ee527be13f..80b79f29e9 100644
--- 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 bits 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))