Skip to content

Instantly share code, notes, and snippets.

View compactcode's full-sized avatar

Shanon McQuay compactcode

  • Melbourne, Australia
View GitHub Profile
@compactcode
compactcode / sphinx.rb
Created October 8, 2012 03:38 — forked from stefanoverna/sphinx.rb
Sphinx homebrew recipe with libstemmer support
require 'formula'
class Sphinx < Formula
url 'http://sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz'
homepage 'http://www.sphinxsearch.com'
md5 '7b9b618cb9b378f949bb1b91ddcc4f54'
head 'http://sphinxsearch.googlecode.com/svn/trunk/'
fails_with_llvm "fails with: ld: rel32 out of range in _GetPrivateProfileString from /usr/lib/libodbc.a(SQLGetPrivateProfileString.o)"