[Pkg-ocaml-maint-commits] [SCM] ocaml-r packaging branch, master, updated. upstream/0.1-36-gb3ae6d2

Guillaume Yziquel guillaume.yziquel at citycable.ch
Fri Nov 6 21:08:47 UTC 2009


The following commit has been merged in the master branch:
commit b3ae6d291d3fae888857dd49cc8b1d07b15deaea
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Fri Nov 6 22:08:46 2009 +0100

    Fixing path for linking rmath.cmxs.

diff --git a/debian/patches/cmxs.diff b/debian/patches/cmxs.diff
index 1aae527..1825c3d 100644
--- a/debian/patches/cmxs.diff
+++ b/debian/patches/cmxs.diff
@@ -26,7 +26,7 @@ Subject: [PATCH] Building shared .cmxs libraries.
  	ocamlopt -a -cclib -lr_math_stubs -cclib -lRmath -o rmath.cmxa rmath.cmx
  
 +rmath.cmxs: rmath.cmxa
-+	ocamlopt -shared -linkall -o $@ $<
++	ocamlopt -shared -linkall -ccopt -L. -o $@ $<
 +
  dllr_base_stubs.so: libr_base_stubs.a r_base.o
  	ocamlmklib -o r_base_stubs r_base.o

-- 
ocaml-r packaging



More information about the Pkg-ocaml-maint-commits mailing list