From ec1bd9900a5f6eeb0646b79b310395c740dbf0c9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 26 May 2010 22:17:52 +0200 Subject: squashfs,squashfs3: needs LARGEFILE support in toolchain Signed-off-by: Peter Korsgaard --- CHANGES | 6 +++--- package/squashfs/Config.in | 4 ++++ package/squashfs3/Config.in | 4 ++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 099c752c6..67e20c882 100644 --- a/CHANGES +++ b/CHANGES @@ -9,9 +9,9 @@ libglib2, libgtk2, libidn, libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2, make, metacity, mtd-utils, mutt, nbd, netsnmp, ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, - php, pkg-config, psmisc, qt, samba, shared-mime-info, sshfs, - startup-notification, swfdec, sylpheed, uemacs, util-linux, - vpnc, webkit, xstroke + php, pkg-config, psmisc, qt, samba, shared-mime-info, + squashfs, squashfs3, sshfs, startup-notification, swfdec, + sylpheed, uemacs, util-linux, vpnc, webkit, xstroke Issues resolved (http://bugs.uclibc.org): diff --git a/package/squashfs/Config.in b/package/squashfs/Config.in index 3080cc3ab..f83100f0f 100644 --- a/package/squashfs/Config.in +++ b/package/squashfs/Config.in @@ -1,6 +1,10 @@ config BR2_PACKAGE_SQUASHFS bool "squashfs" + depends on BR2_LARGEFILE help Tools to generate SquashFS filesystems. http://squashfs.sourceforge.net/ + +comment "squashfs requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE diff --git a/package/squashfs3/Config.in b/package/squashfs3/Config.in index 2f7033dd8..32912722f 100644 --- a/package/squashfs3/Config.in +++ b/package/squashfs3/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_SQUASHFS3 bool "squashfs3" depends on BR2_DEPRECATED + depends on BR2_LARGEFILE help Tools to generate SquashFS 3.x filesystems. http://squashfs.sourceforge.net/ + +comment "squashfs3 requires a toolchain with LARGEFILE support" + depends on BR2_DEPRECATED && !BR2_LARGEFILE -- cgit v1.2.3