python312: disable pty functions not declared in relibc

This commit is contained in:
2026-07-09 10:40:20 +03:00
parent f069dcfa18
commit cb4682caf2
+4
View File
@@ -45,6 +45,10 @@ if [ "$TARGET" != "$COOKBOOK_HOST_TARGET" ]; then
--with-ssl-default-suites=openssl
ac_cv_file__dev_ptmx=no
ac_cv_file__dev_ptc=no
ac_cv_func_openpty=no
ac_cv_func_login_tty=no
ac_cv_search_login_tty=no
ac_cv_func_forkpty=no
ac_cv_exeext=""
)
else