summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-setuptools/rpath-compiler-flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-setuptools/rpath-compiler-flag.patch')
-rw-r--r--var/spack/repos/builtin/packages/py-setuptools/rpath-compiler-flag.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/var/spack/repos/builtin/packages/py-setuptools/rpath-compiler-flag.patch b/var/spack/repos/builtin/packages/py-setuptools/rpath-compiler-flag.patch
deleted file mode 100644
index 6b37d62323..0000000000
--- a/var/spack/repos/builtin/packages/py-setuptools/rpath-compiler-flag.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setuptools/_distutils/unixccompiler.py b/setuptools/_distutils/unixccompiler.py
---- a/setuptools/_distutils/unixccompiler.py
-+++ b/setuptools/_distutils/unixccompiler.py
-@@ -257,7 +257,7 @@ class UnixCCompiler(CCompiler):
- # No idea how --enable-new-dtags would be passed on to
- # ld if this system was using GNU ld. Don't know if a
- # system like this even exists.
-- return "-R" + dir
-+ return "-Wl,-rpath," + dir
-
- def library_option(self, lib):
- return "-l" + lib
-