Package: camlimages / 1:4.0.1-4

Metadata

Package Version Patches format
camlimages 1:4.0.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add missing cclib in ocamlc a.patch | (download)

src/OMakefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add missing -cclib in ocamlc -a

This allows simple linking with -custom by naming only .cma files
(used by advi).

Remark: runtime support libraries (dll*.so, lib*.a) and the OCaml
archives (*.cma, *.cmxa) are built in an ad-hoc way using ocamlmklib,
ocamlc -a and ocamlopt -a. It would be better (but more intrusive) to
use only ocamlmklib.

Signed-off-by: Stephane Glondu <steph@glondu.net>

0002 remove use of sort.patch | (download)

src/bitmap.ml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---