]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/dpfhack.patch
media.cgi: Fix typo 'writen'.
[people/teissler/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)