diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index eee7a64370..d0ed55b3b1 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc @@ -16,6 +16,9 @@ PYTHON_MAJMIN = "2.7" inherit autotools +PYTHONLSBOPTS = "--with-wctype-functions" +PYTHONLSBOPTS_linuxstdbase = "ac_cv_sizeof_off_t=8" + EXTRA_OECONF = "\ --with-threads \ --with-pymalloc \ @@ -24,14 +27,5 @@ EXTRA_OECONF = "\ --with-signal-module \ --with-wctype-functions \ --enable-shared \ -" - -EXTRA_OECONF_linuxstdbase = "\ - --with-threads \ - --with-pymalloc \ - --with-cyclic-gc \ - --without-cxx \ - --with-signal-module \ - --enable-shared \ - ac_cv_sizeof_off_t=8 \ + ${PYTHONLSBOPTS} \ " |