mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/bootutils: needs largefile support
Build fails with llseek() linker errors. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user