Commit ec1bd990 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

squashfs,squashfs3: needs LARGEFILE support in toolchain

parent 21350c5f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
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
Original line number Diff line number Diff line
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