diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3')
-rw-r--r-- | meta/recipes-devtools/python/python3/110-enable-zlib.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/python/python3/110-enable-zlib.patch b/meta/recipes-devtools/python/python3/110-enable-zlib.patch deleted file mode 100644 index fb92a19163..0000000000 --- a/meta/recipes-devtools/python/python3/110-enable-zlib.patch +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | Enable zlib in python | ||
2 | |||
3 | -Khem | ||
4 | |||
5 | Upstream-Status: Inappropriate [OE-Specific] | ||
6 | |||
7 | --- | ||
8 | Modules/Setup.dist | 2 +- | ||
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
10 | |||
11 | --- a/Modules/Setup.dist | ||
12 | +++ b/Modules/Setup.dist | ||
13 | @@ -354,7 +354,7 @@ _symtable symtablemodule.c | ||
14 | # Andrew Kuchling's zlib module. | ||
15 | # This require zlib 1.1.3 (or later). | ||
16 | # See http://www.gzip.org/zlib/ | ||
17 | -#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz | ||
18 | +zlib zlibmodule.c -lz | ||
19 | |||
20 | # Interface to the Expat XML parser | ||
21 | # | ||