Blame 01-remove-rpath-gcc.patch
|
Benjamin Kircher |
174b6da |
diff --git src/build-data/cc/gcc.txt src/build-data/cc/gcc.txt
|
|
Benjamin Kircher |
174b6da |
index 7249fae8e..69c00bbbe 100644
|
|
Benjamin Kircher |
174b6da |
--- src/build-data/cc/gcc.txt
|
|
Benjamin Kircher |
174b6da |
+++ src/build-data/cc/gcc.txt
|
|
Benjamin Kircher |
174b6da |
@@ -49,7 +49,7 @@ openbsd -> "$(CXX) -shared -fPIC"
|
|
Benjamin Kircher |
174b6da |
</so_link_commands>
|
|
Benjamin Kircher |
174b6da |
|
|
Benjamin Kircher |
174b6da |
<binary_link_commands>
|
|
Benjamin Kircher |
174b6da |
-linux -> "$(LINKER) -Wl,-rpath=\$$ORIGIN"
|
|
Benjamin Kircher |
174b6da |
+linux -> "$(LINKER)"
|
|
Benjamin Kircher |
174b6da |
default -> "$(LINKER)"
|
|
Benjamin Kircher |
174b6da |
</binary_link_commands>
|
|
Benjamin Kircher |
174b6da |
|