Skip to content

Instantly share code, notes, and snippets.

@jdmaturen
Created September 1, 2010 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdmaturen/560361 to your computer and use it in GitHub Desktop.
Save jdmaturen/560361 to your computer and use it in GitHub Desktop.
--- a/Library/Formula/membase.rb
+++ b/Library/Formula/membase.rb
@@ -1,9 +1,9 @@
require 'formula'
class Membase < Formula
- url 'http://membase.org/downloads/membase_1.6.0beta2-18-g638fc06_src.tar.gz'
+ url 'http://membase.org/downloads/membase_1.6.0beta3_src.tar.gz'
homepage 'http://membase.org'
- md5 'b0b2a5d909cf3d2e20db07c4d12259a0'
+ md5 'e3e5c63bd1d85e5ab29d463108f2f658'
# build
depends_on 'check'
@@ -126,7 +126,7 @@ class Membase < Formula
Dir.chdir 'moxi' do
ohai 'Installing moxi'
system './config/autorun.sh'
- system "./configure --prefix=#{prefix} --with-libconflate=have CFLAGS='-I../lib/include -I../lib/include/libconflate -I#{include} -I#{include}/libconflate' LDFLAGS='-L#{lib} -lconflate'"
+ system "./configure --prefix=#{prefix} --enable-moxi-vbucket"
system 'make'
system 'make install'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment