22743766 new {open,fork}pty functions break Python test_pty
authorJohn Beck <John.Beck@Oracle.COM>
Tue, 16 Feb 2016 16:07:05 -0800
changeset 5468 46526e9c171d
parent 5465 c49b82fa1ffd
child 5469 faa7a540ddba
22743766 new {open,fork}pty functions break Python test_pty
components/python/python27/Makefile
components/python/python34/Makefile
components/python/python35/Makefile
--- a/components/python/python27/Makefile	Tue Feb 16 13:57:22 2016 -0800
+++ b/components/python/python27/Makefile	Tue Feb 16 16:07:05 2016 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
 
 #
 include ../../../make-rules/shared-macros.mk
@@ -100,6 +100,8 @@
 CONFIGURE_OPTIONS  +=		--with-system-ffi
 CONFIGURE_OPTIONS  +=		--without-gcc
 CONFIGURE_OPTIONS  +=		--enable-ipv6
+CONFIGURE_OPTIONS  +=		"ac_cv_func_forkpty=no"
+CONFIGURE_OPTIONS  +=		"ac_cv_func_openpty=no"
 CONFIGURE_OPTIONS  +=		CPPFLAGS="$(CPPFLAGS)"
 CONFIGURE_OPTIONS  +=		LDFLAGS="$(LDFLAGS)"
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
--- a/components/python/python34/Makefile	Tue Feb 16 13:57:22 2016 -0800
+++ b/components/python/python34/Makefile	Tue Feb 16 16:07:05 2016 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -114,6 +114,8 @@
 CONFIGURE_OPTIONS  +=		--without-ensurepip
 CONFIGURE_OPTIONS  +=		--enable-ipv6
 CONFIGURE_OPTIONS  +=		--bindir=/usr/bin
+CONFIGURE_OPTIONS  +=		"ac_cv_func_forkpty=no"
+CONFIGURE_OPTIONS  +=		"ac_cv_func_openpty=no"
 CONFIGURE_OPTIONS  +=		CPPFLAGS="$(CPPFLAGS)"
 CONFIGURE_OPTIONS  +=		LDFLAGS="$(LDFLAGS)"
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
--- a/components/python/python35/Makefile	Tue Feb 16 13:57:22 2016 -0800
+++ b/components/python/python35/Makefile	Tue Feb 16 16:07:05 2016 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -115,6 +115,8 @@
 CONFIGURE_OPTIONS  +=		--enable-ipv6
 CONFIGURE_OPTIONS  +=		--bindir=/usr/bin
 CONFIGURE_OPTIONS  +=		"ac_cv_func_getentropy=no"
+CONFIGURE_OPTIONS  +=		"ac_cv_func_forkpty=no"
+CONFIGURE_OPTIONS  +=		"ac_cv_func_openpty=no"
 CONFIGURE_OPTIONS  +=		CPPFLAGS="$(CPPFLAGS)"
 CONFIGURE_OPTIONS  +=		LDFLAGS="$(LDFLAGS)"
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"