wok-next diff etherboot/receipt @ rev 20380

qtwebkit: up deps, cflags
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Nov 27 13:21:54 2017 +0100 (2017-11-27)
parents fcdd50638150
children d6378d455338
line diff
     1.1 --- a/etherboot/receipt	Mon Dec 02 16:43:36 2013 +0000
     1.2 +++ b/etherboot/receipt	Mon Nov 27 13:21:54 2017 +0100
     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