34fde6c
From 73db2ab33221880d2399b2e98038219d798861ff 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
496d4e4
Subject: [PATCH 03/20] 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
c5cb967
index 0b90cd3..dc48712 100644
7335bbf
--- a/tools/Makefile.shared
7335bbf
+++ b/tools/Makefile.shared
c5cb967
@@ -113,9 +113,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
-- 
496d4e4
2.7.4
7335bbf