diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 87f5a39116..4991b975f4 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc | |||
@@ -22,8 +22,7 @@ PYTHONLSBOPTS_linuxstdbase = "ac_cv_sizeof_off_t=8" | |||
22 | EXTRA_OECONF = "\ | 22 | EXTRA_OECONF = "\ |
23 | --with-threads \ | 23 | --with-threads \ |
24 | --with-pymalloc \ | 24 | --with-pymalloc \ |
25 | --with-cyclic-gc \ | 25 | --without-cxx-main \ |
26 | --without-cxx \ | ||
27 | --with-signal-module \ | 26 | --with-signal-module \ |
28 | --enable-shared \ | 27 | --enable-shared \ |
29 | --enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ | 28 | --enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ |