From f6028422aa3fb9ab7b94e4540e1093b37bbafaf8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 10 Feb 2014 13:58:27 +0000 Subject: testing/uwsgi: upgrade to 2.0.1 and fix musl build --- testing/uwsgi/musl-fix-python.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/uwsgi/musl-fix-python.patch (limited to 'testing/uwsgi/musl-fix-python.patch') diff --git a/testing/uwsgi/musl-fix-python.patch b/testing/uwsgi/musl-fix-python.patch new file mode 100644 index 0000000000..b4b8fd240f --- /dev/null +++ b/testing/uwsgi/musl-fix-python.patch @@ -0,0 +1,13 @@ +diff --git a/plugins/python/uwsgi_python.h b/plugins/python/uwsgi_python.h +index 0c5c1c8..5c0dc6d 100644 +--- a/plugins/python/uwsgi_python.h ++++ b/plugins/python/uwsgi_python.h +@@ -1,4 +1,8 @@ + #include ++/* seems like Python.h explicitlyl redefines _GNU_SOURCE */ ++#ifdef _GNU_SOURCE ++#undef _GNU_SOURCE ++#endif + #include + + #include -- cgit v1.2.3