summaryrefslogtreecommitdiff
path: root/debian/patches/mangle-fstack-protector.diff
diff options
context:
space:
mode:
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']