Fixes Homebrew/homebrew#391
This commit is contained in:
parent
218a9af53f
commit
de7773394b
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ class Sphinx <Formula
|
|||
depends_on 'mysql'
|
||||
|
||||
def install
|
||||
# fails with llvm-gcc:
|
||||
# ld: rel32 out of range in _GetPrivateProfileString from /usr/lib/libodbc.a(SQLGetPrivateProfileString.o)
|
||||
ENV.gcc_4_2
|
||||
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue