aboutsummaryrefslogtreecommitdiffstats
path: root/testing/uwsgi/musl-fix-python.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2015-05-02 16:30:24 +0200
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2015-05-02 16:30:24 +0200
commite430f314f129e5b6fc6d5058ff3e570d1f0ef1b9 (patch)
treea1fb71b994927ec3c0e216a3396a335b889cbe1f /testing/uwsgi/musl-fix-python.patch
parentccb632a4b55af786da72eca0cd8a22aa6f4ea4b3 (diff)
downloadaports-e430f314f129e5b6fc6d5058ff3e570d1f0ef1b9.tar.bz2
aports-e430f314f129e5b6fc6d5058ff3e570d1f0ef1b9.tar.xz
testing/uwsgi: move to main
Diffstat (limited to 'testing/uwsgi/musl-fix-python.patch')
-rw-r--r--testing/uwsgi/musl-fix-python.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/uwsgi/musl-fix-python.patch b/testing/uwsgi/musl-fix-python.patch
deleted file mode 100644
index b4b8fd240f..0000000000
--- a/testing/uwsgi/musl-fix-python.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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 <uwsgi.h>
-+/* seems like Python.h explicitlyl redefines _GNU_SOURCE */
-+#ifdef _GNU_SOURCE
-+#undef _GNU_SOURCE
-+#endif
- #include <Python.h>
-
- #include <frameobject.h>