]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/dpfhack.patch
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[ipfire-2.x.git] / src / patches / dpfhack.patch
1 diff -Naur dpf_alt/python/Makefile dpf/python/Makefile
2 --- dpf_alt/python/Makefile 2011-04-18 17:14:12.000000000 +0200
3 +++ dpf/python/Makefile 2011-08-14 13:22:46.129748815 +0200
4 @@ -32,7 +32,7 @@
5 endif
6
7 ifeq (Linux, $(PLATFORM))
8 - PYTHON=$(shell pyversions -d)
9 + PYTHON=python2.7
10 include $(DEVLIB)/unixdll.mk
11 DLLDEPS = $(CLIENTLIB) -l$(PYTHON)
12 PYTHONINCLUDES = -I/usr/include/$(PYTHON)