Merge pull request #4853 from StevenHessing/noddos
[feed/packages.git] / lang / python / python / patches / 010-do-not-add-rt-lib-dirs-when-cross-compiling.patch
index 5a106d4e855eec540f886ed3a2f0a2ef32f03feb..c319fd5f3213ab84f8544c7ef61dde4b89c2a884 100644 (file)
@@ -1,8 +1,6 @@
-diff --git a/setup.py b/setup.py
-index 7868b7b..544fa7e 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -452,8 +452,9 @@ class PyBuildExt(build_ext):
+@@ -463,8 +463,9 @@ class PyBuildExt(build_ext):
          # directly since an inconsistently reproducible issue comes up where
          # the environment variable is not set even though the value were passed
          # into configure and stored in the Makefile (issue found on OS X 10.3).