diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 10:26:41 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 10:26:41 +0100 |
commit | 8fb74cdece55fe31eb87308c8c0cb99841085ad7 (patch) | |
tree | aaa0aa752f5af166edfcb5d0d4b1136f9e0966e9 /package/bootutils | |
parent | b8a917faaa4b330ad86ac0dd1191fe802d9eae9c (diff) | |
download | buildroot-novena-8fb74cdece55fe31eb87308c8c0cb99841085ad7.tar.gz buildroot-novena-8fb74cdece55fe31eb87308c8c0cb99841085ad7.zip |
package/bootutils: needs largefile support
Build fails with llseek() linker errors.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bootutils')
-rw-r--r-- | package/bootutils/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/bootutils/Config.in b/package/bootutils/Config.in index c5254de84..06a8fd8e0 100644 --- a/package/bootutils/Config.in +++ b/package/bootutils/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_BOOTUTILS bool "bootutils" + depends on BR2_LARGEFILE help BootUtils is a collection of utilities to facilitate booting of Linux 2.6-based systems. The process of finding the root volume @@ -8,3 +9,5 @@ config BR2_PACKAGE_BOOTUTILS http://bootutils.pr.linuxrulz.org/ +comment "bootutils requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE |