# HG changeset patch # User Pascal Bellard # Date 1204581421 0 # Node ID d2b66b4cb1636d411c2d61de9425ed1ce016ebcf # Parent 42f25f3bfca2cce322c0a9ba51c68e4d6f17c1a8 Squashfs: build needs gnu patch diff -r 42f25f3bfca2 -r d2b66b4cb163 squashfs/receipt --- a/squashfs/receipt Mon Mar 03 21:52:08 2008 +0000 +++ b/squashfs/receipt Mon Mar 03 21:57:01 2008 +0000 @@ -9,7 +9,7 @@ TARBALL="squashfs$VERSION.tgz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="zlib" -BUILD_DEPENDS="zlib-dev" +BUILD_DEPENDS="zlib-dev patch" # Rules to configure and make the package. compile_rules()