xavierleroy / camlidl

Stub code generator for OCaml/C interface
Other
34 stars 8 forks source link

Fedora patches for DESTDIR & -g support #17

Open rwmjones opened 4 years ago

rwmjones commented 4 years ago

FYI only, there are a couple of downstream patches that Fedora is carrying:

https://src.fedoraproject.org/rpms/ocaml-camlidl/blob/master/f/0001-Allow-destdir-installs.patch

Adds partial DESTDIR support.

https://src.fedoraproject.org/rpms/ocaml-camlidl/blob/master/f/0002-Pass-g-option-to-ocamlmklib.patch

Passes -g to ocamlmklib which I think is necessary so we get debug symbols in the final library (maybe? - I'm not totally certain about this).