28 Mar 10:19
[PATCH] fix compilation with old glibc, update unbitstaff conf
Hi, tried 0.9.7.1 today, need these patches as already discussed on jabber to have a working setup. Please apply. thanks, riccardo
diff -r e220e8036160 uwsgi.c
--- a/uwsgi.c Sat Mar 26 09:39:57 2011 +0100
+++ b/uwsgi.c Mon Mar 28 10:16:37 2011 +0200
@@ -950,6 +950,10 @@
#ifndef CLONE_NEWIPC
#define CLONE_NEWIPC 0x08000000
#endif
+
+#ifndef CLONE_NEWNET
+#define CLONE_NEWNET 0x40000000
+#endif
if (uwsgi.ns) {
for(;;) {
char stack[PTHREAD_STACK_MIN];
diff -r e220e8036160 buildconf/unbitstaff.ini --- a/buildconf/unbitstaff.ini Sat Mar 26 09:39:57 2011 +0100 +++ b/buildconf/unbitstaff.ini Mon Mar 28 10:17:35 2011 +0200 @@ -1,4 +1,5 @@ [uwsgi] inherit = unbit +embedded_plugins = python bin_name = ../bin/uwsgi plugin_dir = ../bin/uwsgi_plugins
_______________________________________________ uWSGI mailing list uWSGI@... http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
RSS Feed