basho / eleveldb

Erlang LevelDB API
262 stars 177 forks source link

Sergey patch for compilation on El Capitan #154

Closed cuyler closed 8 years ago

cuyler commented 9 years ago

This patch adds changes to the leveldb port_env to account for the C++11 changes in El Capitan. It fixes the problem of not being able to find the unordered_map, as it has moved.

matthewvon commented 9 years ago

time series is reverting to Riak 2.1 leveldb. Eliminates unused C++11 feature. Was dead code.

matthewvon commented 9 years ago

Patch build_deps.sh with "2.1.2" for leveldb version, erase leveldb directory, rebuild.