]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/dpfhack.patch
Merge remote-tracking branch 'ummeegge/iptraf-ng' into next
[people/teissler/ipfire-2.x.git] / src / patches / dpfhack.patch
CommitLineData
c1250cd8
AF
1diff -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)