components/python/python27/Makefile
changeset 5468 46526e9c171d
parent 5183 3a048793fc91
child 5558 f53e74f04003
--- 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)"