summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-09-21 15:18:21 -0400
committerMike Gilbert <floppym@gentoo.org>2015-09-21 15:18:21 -0400
commit311b0dd5075b5f6644129d4de393d2fa08102d47 (patch)
treef4ebd5e9f26719b7f2909e7530862aafe10c1e06 /dev-lang
parentdev-lang/python: Don't patch configure directly (diff)
downloadgentoo-311b0dd5075b5f6644129d4de393d2fa08102d47.tar.gz
gentoo-311b0dd5075b5f6644129d4de393d2fa08102d47.tar.bz2
gentoo-311b0dd5075b5f6644129d4de393d2fa08102d47.zip
dev-lang/python: Don't patch pyconfig.h.in either
Package-Manager: portage-2.2.20_p164
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/files/python-3.3-libressl.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-lang/python/files/python-3.3-libressl.patch b/dev-lang/python/files/python-3.3-libressl.patch
index 72bd63b5f0a5..816704eb828f 100644
--- a/dev-lang/python/files/python-3.3-libressl.patch
+++ b/dev-lang/python/files/python-3.3-libressl.patch
@@ -125,20 +125,3 @@ index 6a64bff..90f315a 100644
# only check for sem_init if thread support is requested
if test "$with_threads" = "yes" -o -z "$with_threads"; then
-diff --git a/pyconfig.h.in b/pyconfig.h.in
-index 0020300..0d37f67 100644
---- a/pyconfig.h.in
-+++ b/pyconfig.h.in
-@@ -660,6 +660,9 @@
- /* Define to 1 if you have the `pwrite' function. */
- #undef HAVE_PWRITE
-
-+/* Define if the libcrypto has RAND_egd */
-+#undef HAVE_RAND_EGD
-+
- /* Define to 1 if you have the `readlink' function. */
- #undef HAVE_READLINK
-
---
-2.5.2
-