View | Details | Raw Unified | Return to bug 279585
Collapse All | Expand All

(-)b/lang/python311/Makefile (-2 / +2 lines)
Lines 28-34 SHEBANG_FILES+= Lib/test/ziptestdata/exe_with_z64 \ Link Here
28
DISABLED_EXTENSIONS=	_sqlite3 _tkinter _gdbm
28
DISABLED_EXTENSIONS=	_sqlite3 _tkinter _gdbm
29
CONFIGURE_ARGS+=	--enable-shared --without-ensurepip \
29
CONFIGURE_ARGS+=	--enable-shared --without-ensurepip \
30
			--with-system-ffi
30
			--with-system-ffi
31
CONFIGURE_ENV+=		OPT="" # Null out OPT to respect user CFLAGS and remove optimizations
31
CONFIGURE_ENV+=		OPT="" ac_cv_prog_cc_g=false # Null out OPT to respect user CFLAGS and remove optimizations
32
32
33
INSTALL_TARGET=		altinstall						# Don't want cloberring of unprefixed files
33
INSTALL_TARGET=		altinstall						# Don't want cloberring of unprefixed files
34
34
Lines 68-74 IPV6_CONFIGURE_ENABLE= ipv6 Link Here
68
LIBMPDEC_CONFIGURE_ON=	--with-system-libmpdec
68
LIBMPDEC_CONFIGURE_ON=	--with-system-libmpdec
69
LIBMPDEC_LIB_DEPENDS=	libmpdec.so:math/mpdecimal
69
LIBMPDEC_LIB_DEPENDS=	libmpdec.so:math/mpdecimal
70
70
71
LTO_CONFIGURE_ON=	--with-lto=thin
71
LTO_CONFIGURE_ON=	--with-lto
72
72
73
# Use CPPFLAGS over CFLAGS due to -I ordering, causing elementtree and pyexpat
73
# Use CPPFLAGS over CFLAGS due to -I ordering, causing elementtree and pyexpat
74
# to break in Python 2.7, or preprocessor complaints in Python >= 3.3
74
# to break in Python 2.7, or preprocessor complaints in Python >= 3.3

Return to bug 279585