diff --git a/Formula/fox.rb b/Formula/fox.rb index fdfc585340..4f1fb91b85 100644 --- a/Formula/fox.rb +++ b/Formula/fox.rb @@ -23,6 +23,7 @@ class Fox < Formula "--prefix=#{prefix}", "--with-x", "--with-opengl" - system "make install" + # Unset LDFLAGS, "-s" causes the linker to crash + system "make", "install", "LDFLAGS=" end end