summarylogtreecommitdiffstats
path: root/makefile-01.patch
diff options
context:
space:
mode:
Diffstat (limited to 'makefile-01.patch')
-rw-r--r--makefile-01.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/makefile-01.patch b/makefile-01.patch
new file mode 100644
index 000000000000..8c1e24070102
--- /dev/null
+++ b/makefile-01.patch
@@ -0,0 +1,16 @@
+--- cppForSwig/Makefile 2015-02-21 17:03:39.480800425 -0700
++++ cppForSwig/Makefilex 2015-02-21 17:04:25.097329717 -0700
+@@ -33,12 +33,7 @@
+ libcryptopp.a mdb.o midl.o txio.o
+
+ #if python is specified, use it
+-ifndef PYVER
+-PYVER=python
+-PYTHON_INCLUDES=$(shell python-config --includes )
+-else
+-PYTHON_INCLUDES=$(shell $(PYVER)-config --includes )
+-endif
++PYTHON_INCLUDES=$(shell python2.7-config --includes )
+
+ CPPFLAGS += $(ARMORY_CPPFLAGS) -Icryptopp -Imdb -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS
+ LDLIBS += -lpthread -Lmdb \ No newline at end of file