aboutsummaryrefslogtreecommitdiffstats
path: root/main/uwsgi/musl-ucontext.patch
blob: 94cac69baaa49b822a069c71bca1d7bf462b4de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/plugins/ugreen/uwsgiplugin.py b/plugins/ugreen/uwsgiplugin.py
index b206c62..9cdf209 100644
--- a/plugins/ugreen/uwsgiplugin.py
+++ b/plugins/ugreen/uwsgiplugin.py
@@ -2,6 +2,6 @@
 NAME='ugreen'
 CFLAGS = []
 LDFLAGS = []
-LIBS = []
+LIBS = ['-lucontext']
 
 GCC_LIST = ['ugreen']