diff options
| author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-04-02 14:11:51 +0000 |
|---|---|---|
| committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-04-02 14:11:51 +0000 |
| commit | 0c700aec845def5dc0d56d56b4fd216b9dc1f5fb (patch) | |
| tree | c7a737ed8e2c356ee92f1916f926327b7280f1cd /dev/python/mod_python/mod_python-3.3.1.diff | |
| parent | c962246be6aa3b715e2510d07496c7d8f72ca33a (diff) | |
| download | slackbuilds-0c700aec845def5dc0d56d56b4fd216b9dc1f5fb.tar.gz slackbuilds-0c700aec845def5dc0d56d56b4fd216b9dc1f5fb.tar.bz2 | |
mod_python: adding mkbuild
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2132 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/python/mod_python/mod_python-3.3.1.diff')
| -rw-r--r-- | dev/python/mod_python/mod_python-3.3.1.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/python/mod_python/mod_python-3.3.1.diff b/dev/python/mod_python/mod_python-3.3.1.diff new file mode 100644 index 00000000..216b0497 --- /dev/null +++ b/dev/python/mod_python/mod_python-3.3.1.diff @@ -0,0 +1,12 @@ +diff -rNu mod_python-3.3.1/src/connobject.c mod_python-3.3.1-atomix/src/connobject.c +--- mod_python-3.3.1/src/connobject.c 2006-12-03 05:36:37.000000000 +0100 ++++ mod_python-3.3.1-atomix/src/connobject.c 2008-10-02 14:10:02.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; |
