Skip to content

Commit 9fa1b39

Browse files
committed
Release of 3.4-b4.
Includes enabling IPv6 on all platforms.
1 parent 2fcfb7e commit 9fa1b39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Current director
2626
PROJECT_DIR=$(shell pwd)
2727

28-
BUILD_NUMBER=3
28+
BUILD_NUMBER=4
2929

3030
MACOSX_DEPLOYMENT_TARGET=10.8
3131

@@ -275,15 +275,15 @@ ifeq ($2,macOS)
275275
cat $$(PYTHON_DIR-$1)/Modules/Setup.embedded $(PROJECT_DIR)/patch/Python/Setup.macOS-x86_64 > $$(PYTHON_DIR-$1)/Modules/Setup.local
276276
cd $$(PYTHON_DIR-$1) && MACOSX_DEPLOYMENT_TARGET=$$(MACOSX_DEPLOYMENT_TARGET) ./configure \
277277
--prefix=$(PROJECT_DIR)/$$(PYTHON_DIR-$1)/dist \
278-
--without-doc-strings --without-ensurepip \
279-
$$(PYTHON_CONFIGURE-$2)
278+
--without-doc-strings --enable-ipv6 --without-ensurepip \
279+
$$(PYTHON_CONFIGU.RE-$2)
280280
else
281281
cd $$(PYTHON_DIR-$1) && PATH=$(PROJECT_DIR)/build/macOS/python/bin:$(PATH) ./configure \
282282
CC="$$(CC-$1)" LD="$$(CC-$1)" \
283283
--host=$$(MACHINE_DETAILED-$1)-apple-$(shell echo $2 | tr '[:upper:]' '[:lower:]') \
284284
--build=x86_64-apple-darwin$(shell uname -r) \
285285
--prefix=$(PROJECT_DIR)/$$(PYTHON_DIR-$1)/dist \
286-
--without-doc-strings --disable-ipv6 --without-ensurepip \
286+
--without-doc-strings --enable-ipv6 --without-ensurepip \
287287
ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no \
288288
$$(PYTHON_CONFIGURE-$2)
289289
endif

0 commit comments

Comments
 (0)