diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb b/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb index 899a361bd8..0da4274d96 100644 --- a/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb +++ b/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb | |||
@@ -27,7 +27,7 @@ export SWIG_FEATURES | |||
27 | # Get around a problem with swig, but only if the | 27 | # Get around a problem with swig, but only if the |
28 | # multilib header file exists. | 28 | # multilib header file exists. |
29 | # | 29 | # |
30 | do_compile_prepend() { | 30 | do_configure_prepend() { |
31 | ${CPP} -dM - < /dev/null | grep -v __STDC__ | grep -v __REGISTER_PREFIX__ | grep -v __GNUC__ \ | 31 | ${CPP} -dM - < /dev/null | grep -v __STDC__ | grep -v __REGISTER_PREFIX__ | grep -v __GNUC__ \ |
32 | | sed 's/^\(#define \([^ ]*\) .*\)$/#undef \2\n\1/' > SWIG/gcc_macros.h | 32 | | sed 's/^\(#define \([^ ]*\) .*\)$/#undef \2\n\1/' > SWIG/gcc_macros.h |
33 | if [ "${SITEINFO_BITS}" = "64" ];then | 33 | if [ "${SITEINFO_BITS}" = "64" ];then |