1da04a1857
- emacs subpackage has been dropped (from upstream): https://github.com/ocaml/ocaml/pull/2078#issuecomment-443322613 https://github.com/Chris00/caml-mode - Remove ocamlbyteinfo and ocamlpluginfo, neither can be compiled. - Disable tests on all architectures, temporarily hopefully. - Package threads/*.mli files.
28 lines
970 B
Diff
28 lines
970 B
Diff
From 16555b698d5f98f475f0e2e3dc617f3fa8060543 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 24 Jun 2014 10:00:15 +0100
|
|
Subject: [PATCH 1/5] Don't add rpaths to libraries.
|
|
|
|
---
|
|
tools/Makefile | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/tools/Makefile b/tools/Makefile
|
|
index ee0e0be4c..7c96b6405 100644
|
|
--- a/tools/Makefile
|
|
+++ b/tools/Makefile
|
|
@@ -153,8 +153,8 @@ $(call byte_and_opt,ocamlmklib,ocamlmklibconfig.cmo config.cmo \
|
|
ocamlmklibconfig.ml: $(ROOTDIR)/Makefile.config Makefile
|
|
(echo 'let bindir = "$(BINDIR)"'; \
|
|
echo 'let supports_shared_libraries = $(SUPPORTS_SHARED_LIBRARIES)';\
|
|
- echo 'let default_rpath = "$(RPATH)"'; \
|
|
- echo 'let mksharedlibrpath = "$(MKSHAREDLIBRPATH)"'; \
|
|
+ echo 'let default_rpath = ""'; \
|
|
+ echo 'let mksharedlibrpath = ""'; \
|
|
echo 'let toolpref = "$(TOOLPREF)"';) \
|
|
> ocamlmklibconfig.ml
|
|
|
|
--
|
|
2.20.1
|
|
|