Blob Blame History Raw
From 649d2c547fd28c48b52348328cd267854389f45f Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Tue, 29 May 2012 20:43:34 +0100
Subject: [PATCH 3/8] Don't add rpaths to libraries.

---
 tools/Makefile.shared |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/Makefile.shared b/tools/Makefile.shared
index 247575a..05de46c 100644
--- a/tools/Makefile.shared
+++ b/tools/Makefile.shared
@@ -103,9 +103,6 @@ ocamlmklib.ml: ocamlmklib.mlp ../config/Makefile
 	sed -e "s|%%BINDIR%%|$(BINDIR)|" \
 	    -e "s|%%SUPPORTS_SHARED_LIBRARIES%%|$(SUPPORTS_SHARED_LIBRARIES)|" \
 	    -e "s|%%MKSHAREDLIB%%|$(MKSHAREDLIB)|" \
-	    -e "s|%%BYTECCRPATH%%|$(BYTECCRPATH)|" \
-	    -e "s|%%NATIVECCRPATH%%|$(NATIVECCRPATH)|" \
-	    -e "s|%%MKSHAREDLIBRPATH%%|$(MKSHAREDLIBRPATH)|" \
 	    -e "s|%%RANLIB%%|$(RANLIB)|" \
 	  ocamlmklib.mlp >> ocamlmklib.ml
 
-- 
1.7.10.1