projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c6c724
)
Don't use rpath
author
Stefano Zacchiroli
<zack@debian.org>
Tue, 19 May 2009 15:24:14 +0000
(17:24 +0200)
committer
Stéphane Glondu
<glondu@debian.org>
Tue, 6 Aug 2019 07:27:23 +0000
(09:27 +0200)
Gbp-Pq: Name 0003-Don-t-use-rpath.patch
tools/ocamlmklib.ml
patch
|
blob
|
history
diff --git
a/tools/ocamlmklib.ml
b/tools/ocamlmklib.ml
index e5dda65e68bf09b92636389ccb9b3e290e427448..cb9daca6e8d3a7c1c0cfd48f7631578d8d0b5e3e 100644
(file)
--- a/
tools/ocamlmklib.ml
+++ b/
tools/ocamlmklib.ml
@@
-43,6
+43,11
@@
and rpath = ref [] (* rpath options *)
and debug = ref false (* -g option *)
and verbose = ref false
+(* Debian specific: inhibit rpath *)
+let byteccrpath = ""
+and nativeccrpath = ""
+and mksharedlibrpath = ""
+
let starts_with s pref =
String.length s >= String.length pref &&
String.sub s 0 (String.length pref) = pref