28 lines
834 B
Diff
28 lines
834 B
Diff
From 23f2e84d360208759c7d82b7ff795770ce6cf0b2 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 24 Jun 2014 10:00:15 +0100
|
|
Subject: [PATCH 1/3] Don't add rpaths to libraries.
|
|
|
|
---
|
|
utils/config.mlp | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/utils/config.mlp b/utils/config.mlp
|
|
index bbb3c5694..57d509cd0 100644
|
|
--- a/utils/config.mlp
|
|
+++ b/utils/config.mlp
|
|
@@ -55,8 +55,8 @@ let native_c_compiler =
|
|
let native_c_libraries = "%%NATIVECCLIBS%%"
|
|
let native_pack_linker = "%%PACKLD%%"
|
|
let ranlib = "%%RANLIBCMD%%"
|
|
-let default_rpath = "%%RPATH%%"
|
|
-let mksharedlibrpath = "%%MKSHAREDLIBRPATH%%"
|
|
+let default_rpath = ""
|
|
+let mksharedlibrpath = ""
|
|
let ar = "%%ARCMD%%"
|
|
let supports_shared_libraries = %%SUPPORTS_SHARED_LIBRARIES%%
|
|
let mkdll, mkexe, mkmaindll =
|
|
--
|
|
2.32.0
|
|
|