Commit graph

7 commits

Author SHA1 Message Date
Sean Ogden
ef0bc1e077 leveldb: do not link tcmalloc
tcmalloc comes in google-perftools.  Programs dynamically linking
the leveldb library will segfault during link because of tcmalloc.
Make check does not pass if google-perftools is installed first.

This patch removes the test for tcmalloc and uses the default system
malloc instead.

Closes Homebrew/homebrew#17892.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-23 10:38:23 -08:00
Harald Fernengel
a8b1093a25 leveldb: also build the leveldbutil
The tool is really useful to dump the contents of leveldb
databases

Closes Homebrew/homebrew#17581.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-04 14:35:32 -06:00
Brett Koonce
a5d4f68661 leveldb 1.9.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-17 20:18:28 -08:00
Brett Koonce
773f3c211f leveldb 1.8.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-01 19:33:34 -08:00
Stefan
7fed00f562 leveldb 1.7
Closes Homebrew/homebrew#15957.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-10 08:58:02 -08:00
Jack Nagel
c3ec150ed3 leveldb: fix library install
Closes Homebrew/homebrew#14440.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-02 17:37:29 -05:00
Zach Moazeni
b1be296ba1 leveldb 1.5.0
LevelDB is a fast key-value storage library written at Google that
provides an ordered mapping from string keys to string values.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 21:45:02 -07:00