diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-06 09:53:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-06 09:53:25 +0100 |
commit | 2288ec26df8e47d9b699e46eecd05eb3570f03a0 (patch) | |
tree | 1d204b70e027fd737f6aae1b7308ae959f5bd0b9 /package/dbus-python/patches/patch-configure | |
parent | 45e7808c41c2e66266f738aa5eff70ce18cc04ac (diff) | |
parent | 667bc9e981847a1d117a2fc7110948075a268bdd (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dbus-python/patches/patch-configure')
-rw-r--r-- | package/dbus-python/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/dbus-python/patches/patch-configure b/package/dbus-python/patches/patch-configure new file mode 100644 index 000000000..f13116469 --- /dev/null +++ b/package/dbus-python/patches/patch-configure @@ -0,0 +1,11 @@ +--- dbus-python-1.2.0.orig/configure 2013-05-08 09:48:42.000000000 +0200 ++++ dbus-python-1.2.0/configure 2013-12-13 12:52:44.522656370 +0100 +@@ -11762,7 +11762,7 @@ $as_echo "$as_me: PYTHON_INCLUDES overri + else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Python headers using $PYTHON-config --includes" >&5 + $as_echo_n "checking for Python headers using $PYTHON-config --includes... " >&6; } +- PYTHON_INCLUDES=`$PYTHON-config --includes` ++ PYTHON_INCLUDES=`python-config --includes` + if test $? = 0; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_INCLUDES" >&5 + $as_echo "$PYTHON_INCLUDES" >&6; } |