mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
uwsgi: backport master changes to 19.07
To support new luci version uwsgi has been changed. Backport this changes to 19.07 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Index: uwsgi-2.0.18/Makefile
|
||||
===================================================================
|
||||
--- uwsgi-2.0.18.orig/Makefile
|
||||
+++ uwsgi-2.0.18/Makefile
|
||||
@@ -1,4 +1,4 @@
|
||||
-PYTHON := python
|
||||
+PYTHON ?= python3
|
||||
|
||||
all:
|
||||
$(PYTHON) uwsgiconfig.py --build $(PROFILE)
|
||||
Reference in New Issue
Block a user