wok diff e2fsprogs/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 80975bced006
children 6c48090ad397
line diff
     1.1 --- a/e2fsprogs/receipt	Sun Aug 11 09:31:26 2013 +0000
     1.2 +++ b/e2fsprogs/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -14,6 +14,11 @@
     1.4  DEPENDS="libcomerr util-linux-blkid util-linux-uuid"
     1.5  BUILD_DEPENDS="texinfo"
     1.6  
     1.7 +# Handle cross compilation.
     1.8 +case "$ARCH" in
     1.9 +	arm) BUILD_DEPENDS="" ;;
    1.10 +esac
    1.11 +
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {