summaryrefslogtreecommitdiffstats
path: root/testing/bitcoin/make.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/bitcoin/make.patch')
-rw-r--r--testing/bitcoin/make.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/bitcoin/make.patch b/testing/bitcoin/make.patch
new file mode 100644
index 000000000..d27fbd627
--- /dev/null
+++ b/testing/bitcoin/make.patch
@@ -0,0 +1,13 @@
+diff --git a/src/makefile.unix b/src/makefile.unix
+index 8110235..91ae3a9 100644
+--- a/src/makefile.unix
++++ b/src/makefile.unix
+@@ -157,7 +157,7 @@ LIBS += $(CURDIR)/leveldb/libleveldb.a $(CURDIR)/leveldb/libmemenv.a
+ DEFS += $(addprefix -I,$(CURDIR)/leveldb/include)
+ DEFS += $(addprefix -I,$(CURDIR)/leveldb/helpers)
+ leveldb/libleveldb.a:
+- @echo "Building LevelDB ..." && cd leveldb && $(MAKE) CC=$(CC) CXX=$(CXX) OPT="$(xCXXFLAGS)" libleveldb.a libmemenv.a && cd ..
++ @echo "Building LevelDB ..." && cd leveldb && $(MAKE) CC="$(CC)" CXX="$(CXX)" OPT="$(xCXXFLAGS)" libleveldb.a libmemenv.a && cd ..
+
+ # auto-generated dependencies:
+ -include obj/*.P