Browse Source

squashfs,squashfs3: needs LARGEFILE support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 years ago
parent
commit
ec1bd9900a
3 changed files with 11 additions and 3 deletions
  1. 3 3
      CHANGES
  2. 4 0
      package/squashfs/Config.in
  3. 4 0
      package/squashfs3/Config.in

+ 3 - 3
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):
 

+ 4 - 0
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

+ 4 - 0
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