mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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
This commit is contained in:
parent
14a6bfe50d
commit
8e9f4b1f3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40233
20
www/mod_python/files/optpatch-Python::configure
Normal file
20
www/mod_python/files/optpatch-Python::configure
Normal file
@ -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
|
20
www/mod_python3/files/optpatch-Python::configure
Normal file
20
www/mod_python3/files/optpatch-Python::configure
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user