Skip to content

Commit

Permalink
Change git.rb to not use pthread library since it cause crashes on qe…
Browse files Browse the repository at this point in the history
…mu-arm
  • Loading branch information
jam7 committed Jul 25, 2017
1 parent 7c9f346 commit f225c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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=/usr/local CC=gcc PERL_PATH=/usr/local/bin/perl PYTHON_PATH=/usr/local/bin/python2 NO_PTHREADS="

def self.build
system "#{@make_cmd} all"
Expand Down

0 comments on commit f225c85

Please sign in to comment.