diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 10:49:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 10:49:10 +0100 |
commit | c3d862d97a22f8cdd535051688ef24f8bd3adfc4 (patch) | |
tree | 4f3961ed1e05f8277e77deaa9b708d20962aa3b9 /package/python2/patches/patch-Misc_python-config_in | |
parent | e85afc45db93d7c66b63dd1e64189fad71d62080 (diff) | |
parent | 5e1af1d22d4e680d1b5f5486df023a2f0ddb9c9c (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/python2/patches/patch-Misc_python-config_in')
-rw-r--r-- | package/python2/patches/patch-Misc_python-config_in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/package/python2/patches/patch-Misc_python-config_in b/package/python2/patches/patch-Misc_python-config_in index 7ea806bea..9734d4fbd 100644 --- a/package/python2/patches/patch-Misc_python-config_in +++ b/package/python2/patches/patch-Misc_python-config_in @@ -1,6 +1,14 @@ --- Python-2.7.5.orig/Misc/python-config.in 2013-05-12 05:32:49.000000000 +0200 -+++ Python-2.7.5/Misc/python-config.in 2013-10-30 21:09:36.000000000 +0100 -@@ -37,8 +37,8 @@ for opt in opt_flags: ++++ Python-2.7.5/Misc/python-config.in 2013-10-30 21:29:47.000000000 +0100 +@@ -3,6 +3,7 @@ + import sys + import os + import getopt ++import re + from distutils import sysconfig + + valid_opts = ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags', +@@ -37,8 +38,8 @@ for opt in opt_flags: print sysconfig.EXEC_PREFIX elif opt in ('--includes', '--cflags'): |