Correct make dependencies need this to install chromebrew from scratch

parent 3995b637
......@@ -5,6 +5,9 @@ class Make < Package
source_url 'ftp://ftp.gnu.org/gnu/make/make-4.2.tar.bz2'
source_sha1 'd78b84a219b4c16593544f541dff7eb765ce3d74'
depends_on 'gcc' => :build
depends_on 'linuxheaders' => :build
def self.build
system "./configure"
system "./build.sh"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment