# HG changeset patch # User Christophe Lincoln # Date 1304803634 -7200 # Node ID e9749999c04dcc7c1abf72fa1e0e68779bac485c # Parent 1011f515c5925a23e31914b0377ca122183a039a gpxe: Fix to build with cookutils ($stuff) diff -r 1011f515c592 -r e9749999c04d gpxe/receipt --- a/gpxe/receipt Sat May 07 23:13:45 2011 +0200 +++ b/gpxe/receipt Sat May 07 23:27:14 2011 +0200 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.etherboot.org/" WGET_URL="http://kernel.org/pub/software/utils/boot/$PACKAGE/Old/$TARBALL" + BUILD_DEPENDS="perl" # Rules to configure and make the package. @@ -17,7 +18,7 @@ for i in prefix.u default_boot.u cmdline.u url_list.u gcc.u; do [ -f done.$i ] && continue echo "Apply $i..." - patch -p2 < ../../stuff/$i || return 1 + patch -p2 < $stuff/$i || return 1 touch done.$i done sed -i 's/ = ++ns->cur_rx %/++; ns->cur_rx %=/' drivers/net/ns83820.c