Remove Patch178, merge Patch205 into Patch102

Fixes invalid value of distutils.sysconfig.get_config_var('LIBPL').

Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1710767

GitHub PR: https://github.com/fedora-python/cpython/pull/2
This commit is contained in:
Miro Hrončok 2019-05-17 13:24:33 +02:00
commit 7aab0ddc87
10 changed files with 54 additions and 107 deletions

View file

@ -1,7 +1,7 @@
From 39b5f58db91eea63fae2883c74f8a3f7fe49bc17 Mon Sep 17 00:00:00 2001
From: David Malcolm <dmalcolm@redhat.com>
Date: Wed, 13 Jan 2010 21:25:18 +0000
Subject: [PATCH 1/9] 00001: Fixup distutils/unixccompiler.py to remove
Subject: [PATCH 1/7] 00001: Fixup distutils/unixccompiler.py to remove
standard library path from rpath Was Patch0 in ivazquez' python3000 specfile
---