91c6a95
From 79f0f91e3e4abbfbd3564c11ea72e53310236afc Mon Sep 17 00:00:00 2001
7335bbf
From: "Richard W.M. Jones" <rjones@redhat.com>
7335bbf
Date: Tue, 24 Jun 2014 10:00:15 +0100
5d60b03
Subject: [PATCH 03/12] Don't add rpaths to libraries.
7335bbf
7335bbf
---
7335bbf
 tools/Makefile.shared | 6 +++---
7335bbf
 1 file changed, 3 insertions(+), 3 deletions(-)
7335bbf
7335bbf
diff --git a/tools/Makefile.shared b/tools/Makefile.shared
1dbbca1
index 2517434..75a75b4 100644
7335bbf
--- a/tools/Makefile.shared
7335bbf
+++ b/tools/Makefile.shared
7335bbf
@@ -112,9 +112,9 @@ ocamlmklibconfig.ml: ../config/Makefile
7335bbf
          echo 'let ext_dll = "$(EXT_DLL)"'; \
7335bbf
          echo 'let supports_shared_libraries = $(SUPPORTS_SHARED_LIBRARIES)';\
7335bbf
          echo 'let mkdll = "$(MKDLL)"'; \
7335bbf
-         echo 'let byteccrpath = "$(BYTECCRPATH)"'; \
7335bbf
-         echo 'let nativeccrpath = "$(NATIVECCRPATH)"'; \
7335bbf
-         echo 'let mksharedlibrpath = "$(MKSHAREDLIBRPATH)"'; \
7335bbf
+         echo 'let byteccrpath = ""'; \
7335bbf
+         echo 'let nativeccrpath = ""'; \
7335bbf
+         echo 'let mksharedlibrpath = ""'; \
7335bbf
          echo 'let toolpref = "$(TOOLPREF)"'; \
7335bbf
          sed -n -e 's/^#ml //p' ../config/Makefile) \
7335bbf
         > ocamlmklibconfig.ml
7335bbf
-- 
1dbbca1
2.0.4
7335bbf