8e013d
From b2118848e9a0aa96c5ccb3ede65f2d0e9cfb114a Mon Sep 17 00:00:00 2001
416b7d
From: "Richard W.M. Jones" <rjones@redhat.com>
1280ab
Date: Tue, 24 Jun 2014 10:00:15 +0100
8e013d
Subject: [PATCH 04/12] Don't add rpaths to libraries.
416b7d
416b7d
---
8e013d
 tools/Makefile | 6 +++---
1280ab
 1 file changed, 3 insertions(+), 3 deletions(-)
416b7d
8e013d
diff --git a/tools/Makefile b/tools/Makefile
8e013d
index 9a8cf652b..269aa18e6 100644
8e013d
--- a/tools/Makefile
8e013d
+++ b/tools/Makefile
8e013d
@@ -156,9 +156,9 @@ $(call byte_and_opt,ocamlmklib,ocamlmklibconfig.cmo config.cmo misc.cmo \
8e013d
 ocamlmklibconfig.ml: ../config/Makefile Makefile
8e013d
 	(echo 'let bindir = "$(BINDIR)"'; \
1280ab
          echo 'let supports_shared_libraries = $(SUPPORTS_SHARED_LIBRARIES)';\
1280ab
-         echo 'let byteccrpath = "$(BYTECCRPATH)"'; \
1280ab
-         echo 'let nativeccrpath = "$(NATIVECCRPATH)"'; \
1280ab
-         echo 'let mksharedlibrpath = "$(MKSHAREDLIBRPATH)"'; \
1280ab
+         echo 'let byteccrpath = ""'; \
1280ab
+         echo 'let nativeccrpath = ""'; \
1280ab
+         echo 'let mksharedlibrpath = ""'; \
1280ab
          echo 'let toolpref = "$(TOOLPREF)"'; \
1280ab
          sed -n -e 's/^#ml //p' ../config/Makefile) \
1280ab
         > ocamlmklibconfig.ml
416b7d
-- 
8e013d
2.13.2
416b7d