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
Łukasz Nowak
chromebrew
Commits
4460cea3
Commit
4460cea3
authored
Aug 19, 2017
by
Ed Reel
Committed by
Kazushi (Jam) Marukawa
Aug 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix git to work with Chrome OS 60
parent
9d641aff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
packages/git.rb
packages/git.rb
+5
-2
No files found.
packages/git.rb
View file @
4460cea3
...
...
@@ -3,11 +3,12 @@ require 'package'
class
Git
<
Package
description
'Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.'
homepage
'https://git-scm.com/'
version
'2.14.1'
version
'2.14.1
-1
'
source_url
'https://github.com/git/git/archive/v2.14.1.tar.gz'
source_sha256
'ccc366d5d674fb755fd98d219c23f2b4e5da8a49d8582a6314813b280d75536b'
# use system zlibpkg, openssl, curl, expat
depends_on
'autoconf'
=>
:build
depends_on
'zlibpkg'
=>
:build
depends_on
'libssh2'
depends_on
'openssl'
=>
:build
...
...
@@ -18,9 +19,11 @@ class Git < Package
depends_on
'python27'
=>
:build
# requires python2
# need to build using single core
@make_cmd
=
"make -j1 prefix=
/usr/local CC=gcc PERL_PATH=/usr/local/bin/perl PYTHON_PATH=/usr/local
/bin/python2"
@make_cmd
=
"make -j1 prefix=
#{
CREW_PREFIX
}
CC=gcc PERL_PATH=
#{
CREW_PREFIX
}
/bin/perl PYTHON_PATH=
#{
CREW_PREFIX
}
/bin/python2"
def
self
.
build
system
"autoconf"
system
"./configure --without-tcltk"
system
"
#{
@make_cmd
}
all"
end
...
...
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