projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3531f5
)
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>
Sat, 19 Aug 2023 03:15:41 +0000
(
05:15
+0200)
Gbp-Pq: Name 0001-Don-t-use-rpath.patch
tools/ocamlmklib.ml
patch
|
blob
|
history
diff --git
a/tools/ocamlmklib.ml
b/tools/ocamlmklib.ml
index 0ca7b80f3b57ae14f8aa89d69426f44ae5cff704..e50ea0e4bfb550f280ff4f7a172b8e3df24e3c61 100644
(file)
--- a/
tools/ocamlmklib.ml
+++ b/
tools/ocamlmklib.ml
@@
-57,6
+57,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