From 35952eda3f73ad2937b1ee3243b1e189d6def1f6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 1 Sep 2018 01:42:03 -0700 Subject: python-m2crypto: Add STDC_HOSTED to grep regexp Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-m2crypto.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python-m2crypto.inc b/meta-python/recipes-devtools/python/python-m2crypto.inc index d0eaa819b1..da714874af 100644 --- a/meta-python/recipes-devtools/python/python-m2crypto.inc +++ b/meta-python/recipes-devtools/python/python-m2crypto.inc @@ -30,8 +30,9 @@ export SWIG_FEATURES # multilib header file exists. # do_configure_prepend() { - ${CPP} -dM - < /dev/null | grep -v __STDC__ | grep -v __REGISTER_PREFIX__ | grep -v __GNUC__ \ - | sed 's/^\(#define \([^ ]*\) .*\)$/#undef \2\n\1/' > SWIG/gcc_macros.h + ${CPP} -dM - < /dev/null | grep -v '__\(STDC\|REGISTER_PREFIX\|GNUC\|STDC_HOSTED\)__' \ + | sed 's/^\(#define \([^ ]*\) .*\)$/#undef \2\n\1/' > SWIG/gcc_macros.h + if [ "${SITEINFO_BITS}" = "64" ];then bit="64" else -- cgit 1.2.3-korg