diff options
Diffstat (limited to 'www/mod_python3/files/optpatch-WITHOUT_OPENPTY')
-rw-r--r-- | www/mod_python3/files/optpatch-WITHOUT_OPENPTY | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/mod_python3/files/optpatch-WITHOUT_OPENPTY b/www/mod_python3/files/optpatch-WITHOUT_OPENPTY new file mode 100644 index 000000000000..4d64a8659f80 --- /dev/null +++ b/www/mod_python3/files/optpatch-WITHOUT_OPENPTY @@ -0,0 +1,18 @@ +--- work/Python-2.1/configure.orig Wed May 9 06:04:43 2001 ++++ work/Python-2.1/configure Wed May 9 06:05:14 2001 +@@ -4293,6 +4293,7 @@ + done + + ++if false; then + # check for openpty and forkpty + + for ac_func in openpty +@@ -4491,6 +4492,7 @@ + fi + done + ++fi + + # check for long file support functions + for ac_func in fseek64 fseeko fstatvfs ftell64 ftello statvfs |