summaryrefslogtreecommitdiff
path: root/debian/patches/mangle-fstack-protector.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-12-01 20:18:01 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-12-01 20:18:01 +0300
commit77d81aa4a3747b7dfbb17e43b16e1a514550c60c (patch)
tree0679778b3a5b46cb96d7c57485c847b83cc78bbf /debian/patches/mangle-fstack-protector.diff
parentc089c4500b0b78acf03ee5405ad250a84b0dfa66 (diff)
downloadpython3.8-debian.tar.gz
Import python3.8 (3.8.0-5)debian/3.8.0-5debian
Diffstat (limited to 'debian/patches/mangle-fstack-protector.diff')
-rw-r--r--debian/patches/mangle-fstack-protector.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/mangle-fstack-protector.diff b/debian/patches/mangle-fstack-protector.diff
index 35384c7..ac09d47 100644
--- a/debian/patches/mangle-fstack-protector.diff
+++ b/debian/patches/mangle-fstack-protector.diff
@@ -10,8 +10,8 @@
+import fnmatch
from .errors import DistutilsPlatformError
-
-@@ -216,6 +217,10 @@ def customize_compiler(compiler):
+ from .util import get_platform, get_host_platform
+@@ -214,6 +215,10 @@ def customize_compiler(compiler):
cc = newcc
if 'CXX' in os.environ:
cxx = os.environ['CXX']