aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index 1b116b1e8..42ac5a052 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -29,6 +29,7 @@ class Git < Formula
ENV['NO_FINK']='1'
ENV['NO_DARWIN_PORTS']='1'
ENV['V']='1' # build verbosely
+ ENV['NO_R_TO_GCC_LINKER']='1' # pass arguments to LD correctly
# workaround for users of perlbrew
ENV['PERL_PATH'] = `/usr/bin/which perl`.chomp