make changes needed to build mongodb
This commit is contained in:
@@ -58,6 +58,12 @@ stdenv.mkDerivation rec {
|
||||
./autogen.sh
|
||||
'';
|
||||
|
||||
prePatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
substituteInPlace api/leveldb/leveldb_wt.h --replace \
|
||||
'#include "wiredtiger.h"' \
|
||||
''$'#include "wiredtiger.h"\n#include "pthread.h"'
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://wiredtiger.com/;
|
||||
description = "";
|
||||
|
||||
Reference in New Issue
Block a user