aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python3/patches/001-enable-zlib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/python3/patches/001-enable-zlib.patch')
-rw-r--r--lang/python/python3/patches/001-enable-zlib.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python/python3/patches/001-enable-zlib.patch b/lang/python/python3/patches/001-enable-zlib.patch
deleted file mode 100644
index 75766ee19..000000000
--- a/lang/python/python3/patches/001-enable-zlib.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Modules/Setup
-+++ b/Modules/Setup
-@@ -343,7 +343,7 @@ _symtable symtablemodule.c
- # Andrew Kuchling's zlib module.
- # This require zlib 1.1.3 (or later).
- # See http://www.gzip.org/zlib/
--#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
-+zlib zlibmodule.c -lz
-
- # Interface to the Expat XML parser
- # More information on Expat can be found at www.libexpat.org.