Update no_rpath.dpatch
authorStephane Glondu <steph@glondu.net>
Mon, 20 Oct 2008 12:59:54 +0000 (14:59 +0200)
committerStephane Glondu <steph@glondu.net>
Mon, 20 Oct 2008 13:28:53 +0000 (15:28 +0200)
debian/patches/no_rpath.dpatch

index 0a098965425bcc1777a27900f8b924e47c8ca8e5..54bba4df50ab24309b23232b4b315d226201c73d 100755 (executable)
@@ -5,11 +5,11 @@
 ## DP: Don't use rpath.
 
 @DPATCH@
-diff -urNad trunk~/tools/ocamlmklib.mlp trunk/tools/ocamlmklib.mlp
---- trunk~/tools/ocamlmklib.mlp        2007-02-07 11:31:36.000000000 +0100
-+++ trunk/tools/ocamlmklib.mlp 2007-04-11 11:10:26.000000000 +0200
-@@ -33,6 +33,11 @@
- and implib = ref ""         (* windows implib flag *)
+diff -urNad ocaml~/tools/ocamlmklib.mlp ocaml/tools/ocamlmklib.mlp
+--- ocaml~/tools/ocamlmklib.mlp        2008-10-17 12:22:50.000000000 +0200
++++ ocaml/tools/ocamlmklib.mlp 2008-10-20 14:58:29.000000000 +0200
+@@ -32,6 +32,11 @@
+ and rpath = ref []          (* rpath options *)
  and verbose = ref false
  
 +(* Debian specific: inhibit rpath *)