diff options
author | jeh <jeh@FreeBSD.org> | 2001-03-23 09:37:32 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-03-23 09:37:32 +0800 |
commit | 55b88a7afb6a1629b3809c0d35bb8e2340362b27 (patch) | |
tree | e45c7aba0837694f397e9e5a13acc441bbaf0d24 /www/mod_python | |
parent | b0e8f850b7cdb6e154c27b844767d9a7ce5ebe1a (diff) | |
download | freebsd-ports-gnome-55b88a7afb6a1629b3809c0d35bb8e2340362b27.tar.gz freebsd-ports-gnome-55b88a7afb6a1629b3809c0d35bb8e2340362b27.tar.zst freebsd-ports-gnome-55b88a7afb6a1629b3809c0d35bb8e2340362b27.zip |
Forgotten file:
more flexible build options:
.enables apache module to embeded more python features.
(crypt, cmath, strop.. and so many;same to lang/python port)
but useless features (openpty, gnu readline) are disabled
by default.
.strip object at post-build phase by default.
PR: 25839
Submitted by: Chang, Hye-Shik <perky@python.or.kr> MAINTAINER
Diffstat (limited to 'www/mod_python')
-rw-r--r-- | www/mod_python/files/optpatch-Python::configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/mod_python/files/optpatch-Python::configure b/www/mod_python/files/optpatch-Python::configure new file mode 100644 index 000000000000..c9bd849e39b2 --- /dev/null +++ b/www/mod_python/files/optpatch-Python::configure @@ -0,0 +1,20 @@ +--- work/Python-2.0/configure.orig Fri Mar 16 07:32:48 2001 ++++ work/Python-2.0/configure Fri Mar 16 07:35:20 2001 +@@ -3975,7 +3975,7 @@ + fi + done + +- ++if false; then + # check for openpty and forkpty + + for ac_func in openpty +@@ -4173,7 +4173,7 @@ + + fi + done +- ++fi + + # check for long file support functions + for ac_func in fseek64 fseeko fstatvfs ftell64 ftello statvfs |