]> git.pld-linux.org Git - packages/python3.git/commitdiff
- drop obsolete patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 19 Oct 2014 10:02:36 +0000 (12:02 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 19 Oct 2014 10:02:36 +0000 (12:02 +0200)
libc-cloexec.patch [deleted file]
python3.spec

diff --git a/libc-cloexec.patch b/libc-cloexec.patch
deleted file mode 100644 (file)
index 6175228..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-see also
-http://serverfault.com/questions/388865/building-python3-on-a-redhat-5-machine
-
-upstream fix:
-http://hg.python.org/cpython/rev/fe1dfc066a38
-
---- Python-3.2.3/Modules/_posixsubprocess.c~   2012-04-11 09:54:07.000000000 +0300
-+++ Python-3.2.3/Modules/_posixsubprocess.c    2012-07-26 10:58:29.616131665 +0300
-@@ -37,6 +37,9 @@
- #define POSIX_CALL(call)   if ((call) == -1) goto error
-+#ifndef O_CLOEXEC
-+#define O_CLOEXEC   02000000    /* set close_on_exec */
-+#endif
- /* Maximum file descriptor, initialized on module load. */
- static long max_fd;
index 7565615c472f9ad0f10e5e8e8f86597dcb78f9c1..3d32ced248de64a7720cc89792bb22ed209abf7d 100644 (file)
@@ -50,7 +50,7 @@ Patch2:               %{name}-lib64.patch
 Patch3:                %{name}-noarch_to_datadir.patch
 Patch4:                %{name}-no_cmdline_tests.patch
 Patch5:                %{name}-makefile-location.patch
-Patch6:                libc-cloexec.patch
+
 Patch7:                python-distro.patch
 Patch8:                %{name}-db.patch
 URL:           http://www.python.org/
@@ -465,7 +465,7 @@ Moduły testowe dla Pythona.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
+
 %patch7 -p1
 %patch8 -p1
 
This page took 0.046563 seconds and 4 git commands to generate.