You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
959 B

Index: configure
--- configure.orig 2006-03-11 04:46:52.000000000 +0100
+++ configure 2010-07-25 13:51:06.000000000 +0200
@@ -3022,7 +3022,7 @@
echo "$as_me:$LINENO: checking where Python include files are" >&5
echo $ECHO_N "checking where Python include files are... $ECHO_C" >&6
-PY_INCLUDES="-I${PyEXEC_INSTALLDIR}/include/python${PyVERSION}"
+PY_INCLUDES="-I${PyEXEC_INSTALLDIR}/include/python"
INCLUDES="${INCLUDES} ${AP_INCLUDES} ${PY_INCLUDES}"
echo "$as_me:$LINENO: result: $PY_INCLUDES" >&5
echo "${ECHO_T}$PY_INCLUDES" >&6
Index: src/connobject.c
--- src/connobject.c.orig 2006-12-03 05:36:37.000000000 +0100
+++ src/connobject.c 2010-07-25 13:55:18.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;