From: Stephane Glondu Date: Mon, 20 Oct 2008 12:59:54 +0000 (+0200) Subject: Update no_rpath.dpatch X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~449^2~47 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6ceb4e55c339a3d8a87fc782d1420be2471a01be;p=ocaml.git Update no_rpath.dpatch --- diff --git a/debian/patches/no_rpath.dpatch b/debian/patches/no_rpath.dpatch index 0a098965..54bba4df 100755 --- a/debian/patches/no_rpath.dpatch +++ b/debian/patches/no_rpath.dpatch @@ -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 *)