SOURCES: apache-mod_python-apr_brigade_sentinel.patch (NEW) - fixes build w...

sls sls at pld-linux.org
Sat Aug 2 23:42:01 CEST 2008


Author: sls                          Date: Sat Aug  2 21:42:01 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes build with apr-1.3.2 (http://bugs.gentoo.org/show_bug.cgi?id=230211)

---- Files affected:
SOURCES:
   apache-mod_python-apr_brigade_sentinel.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/apache-mod_python-apr_brigade_sentinel.patch
diff -u /dev/null SOURCES/apache-mod_python-apr_brigade_sentinel.patch:1.1
--- /dev/null	Sat Aug  2 23:42:02 2008
+++ SOURCES/apache-mod_python-apr_brigade_sentinel.patch	Sat Aug  2 23:41:56 2008
@@ -0,0 +1,12 @@
+diff -burN mod_python-3.3.1.original/src/connobject.c mod_python-3.3.1/src/connobject.c
+--- mod_python-3.3.1.original/src/connobject.c	2006-12-03 05:36:37.000000000 +0100
++++ mod_python-3.3.1/src/connobject.c	2008-07-15 01:05:01.000000000 +0200
+@@ -139,7 +139,7 @@
+     bytes_read = 0;
+ 
+     while ((bytes_read < len || len == 0) &&
+-           !(b == APR_BRIGADE_SENTINEL(b) ||
++           !(b == APR_BRIGADE_SENTINEL(bb) ||
+              APR_BUCKET_IS_EOS(b) || APR_BUCKET_IS_FLUSH(b))) {
+ 
+         const char *data;
\ No newline at end of file
================================================================


More information about the pld-cvs-commit mailing list