package/bootutils: needs largefile support
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 23 Nov 2009 09:26:41 +0000 (10:26 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 23 Nov 2009 09:26:41 +0000 (10:26 +0100)
Build fails with llseek() linker errors.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/bootutils/Config.in

diff --git a/CHANGES b/CHANGES
index 5245a0f81450cce566afdbb023b674e7737d91f5..26bf3fab43c47fcdd0cf0a8c1a32e3f99309a837 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -20,8 +20,8 @@
        New packages: divine, gvfs, libarchive, libmicrohttpd,
        sdl_sound, swfdec, sysstat
 
-       Updated/fixed packages: alsamixergui, autoconf, busybox, gcc,
-       directfb, dnsmasq, e2fsprogs, festival, gstreamer, gst-plugins-bad,
+       Updated/fixed packages: alsamixergui, autoconf, bootutils, busybox,
+       gcc, directfb, dnsmasq, e2fsprogs, festival, gstreamer, gst-plugins-bad,
        gst-plugins-base, gst-plugins-good, imagemagick, ipkg, iptables,
        iw, kernel-headers, kismet, libelf, libevent, libglib2, libidn,
        liblockfile, libmad, libpcap, libupnp, libuuid, lighttpd, ltrace,
index c5254de84a38090d8089dfe3a5f511caa2ac91f9..06a8fd8e02e6fffb9633ad8b8075f23fb6aa23f1 100644 (file)
@@ -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