Skip to content

Commit

Permalink
Force GCC on install
Browse files Browse the repository at this point in the history
Fixes Homebrew#7049

Credit @adamv
  • Loading branch information
tmitchell committed Sep 3, 2011
1 parent cd41ed6 commit 150a31e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Formula/geos.rb
Expand Up @@ -11,8 +11,9 @@ def skip_clean? path

fails_with_llvm "Some symbols are missing during link step."

def install
def install
ENV.O3
ENV.gcc_4_2
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end
Expand Down

0 comments on commit 150a31e

Please sign in to comment.