diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-18 11:27:49 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-18 11:27:49 +0000 |
commit | 396480b41d69be7ef9c84ff4ed693ce38d42f8f3 (patch) | |
tree | 5d86ce9d7afb9566c08e67a5d79e0ef5b95b68f9 /package/dbus-python/dbus-python-fix-python-configure-check.patch | |
parent | 2f575f43ec33c5739bcc5c3113506e2a7cb0a3ad (diff) |
package: add dbus-python
Diffstat (limited to 'package/dbus-python/dbus-python-fix-python-configure-check.patch')
-rw-r--r-- | package/dbus-python/dbus-python-fix-python-configure-check.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/package/dbus-python/dbus-python-fix-python-configure-check.patch b/package/dbus-python/dbus-python-fix-python-configure-check.patch new file mode 100644 index 000000000..30eeb4873 --- /dev/null +++ b/package/dbus-python/dbus-python-fix-python-configure-check.patch @@ -0,0 +1,30 @@ +Python: add am_cv_python_includes to override runtime python-config check +--- + configure | 7 +++++++ + 1 file changed, 7 insertions(+) + +Index: dbus-python-0.83.0/configure +=================================================================== +--- dbus-python-0.83.0.orig/configure ++++ dbus-python-0.83.0/configure +@@ -10176,6 +10176,12 @@ + + { echo "$as_me:$LINENO: checking for Python headers using $PYTHON-config --includes" >&5 + echo $ECHO_N "checking for Python headers using $PYTHON-config --includes... $ECHO_C" >&6; } ++if test "${am_cv_python_includes+set}" = set; then ++ echo $ECHO_N "(cached) $ECHO_C" >&6 ++ PYTHON_INCLUDES=${am_cv_python_includes} ++ { echo "$as_me:$LINENO: result: $PYTHON_INCLUDES" >&5 ++echo "${ECHO_T}$PYTHON_INCLUDES" >&6; } ++else + PYTHON_INCLUDES=`$PYTHON-config --includes` + if test $? = 0; then + { echo "$as_me:$LINENO: result: $PYTHON_INCLUDES" >&5 +@@ -10194,6 +10200,7 @@ + { echo "$as_me:$LINENO: result: $PYTHON_INCLUDES" >&5 + echo "${ECHO_T}$PYTHON_INCLUDES" >&6; } + fi ++fi + + { echo "$as_me:$LINENO: checking whether those headers are sufficient" >&5 + echo $ECHO_N "checking whether those headers are sufficient... $ECHO_C" >&6; } |