ocaml/0001-Don-t-add-rpaths-to-li...

28 lines
834 B
Diff
Raw Normal View History

2021-10-04 11:43:33 +00:00
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
2022-01-26 16:29:56 +00:00
Subject: [PATCH 1/4] Don't add rpaths to libraries.
---
2021-10-04 11:43:33 +00:00
utils/config.mlp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
2021-10-04 11:43:33 +00:00
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