Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
eb2abfda
Commit
eb2abfda
authored
7 years ago
by
Kazushi (Jam) Marukawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct make dependencies need this to install chromebrew from scratch
parent
3995b637
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
packages/make.rb
packages/make.rb
+3
-0
No files found.
packages/make.rb
View file @
eb2abfda
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment