wok-next diff etherboot/receipt @ rev 20559

rrdtool: syntax error
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 17:41:33 2018 +0300 (2018-04-07)
parents fcdd50638150
children d6378d455338
line diff
     1.1 --- a/etherboot/receipt	Mon Dec 02 16:43:36 2013 +0000
     1.2 +++ b/etherboot/receipt	Sat Apr 07 17:41:33 2018 +0300
     1.3 @@ -10,7 +10,7 @@
     1.4  WEB_SITE="http://www.etherboot.org/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="perl"
     1.8 +BUILD_DEPENDS="perl gcc49"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -24,7 +24,7 @@
    1.13  etherboot-net.u
    1.14  etherboot-prefix.u
    1.15  EOT
    1.16 -	make bin/etherboot-net.bzImage
    1.17 +	make CC=gcc-49 bin/etherboot-net.bzImage
    1.18  }
    1.19  
    1.20