aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/msgpack.rb
diff options
context:
space:
mode:
authorChes Martin2010-07-02 06:11:09 +0700
committerAdam Vandenberg2010-07-02 19:26:43 -0700
commite7044f83b01c066d448103877cdf4133fc934aaa (patch)
tree7ec8c9a10a6c21adc0a5f156e026e0dfd51f63c5 /Library/Formula/msgpack.rb
parent6cbc5f1d26b97e4427b769207413d2930bf9c30d (diff)
downloadhomebrew-e7044f83b01c066d448103877cdf4133fc934aaa.tar.bz2
New formula: kumofs 0.4.8
Kumofs is a simple and fast distributed key-value store, with Tokyo Cabinet-backed storage and memcached protocol compatibility. Data is partitioned and replicated over multiple servers with automatic rebalancing. http://kumofs.sourceforge.net/ Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/msgpack.rb')
-rw-r--r--Library/Formula/msgpack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/msgpack.rb b/Library/Formula/msgpack.rb
index f7ece54ce..0cc05cf55 100644
--- a/Library/Formula/msgpack.rb
+++ b/Library/Formula/msgpack.rb
@@ -6,7 +6,7 @@ class Msgpack <Formula
md5 'ae55b5a48221fabc587a9ff2b0b6106e'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end