search for: 26874384f

Displaying 2 results from an estimated 2 matches for "26874384f".

2019 Dec 16
0
[PATCH 2/2] build: switch embedded copy of ocaml-augeas
...unix,hivex \ - -I $(top_builddir)/common/mlaugeas \ + -I $(top_builddir)/3rdparty/ocaml-augeas \ -I $(top_builddir)/common/mlstdutils \ -I $(top_builddir)/common/mlutils \ -I $(top_builddir)/common/utils/.libs \ diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod index 9ee448d57..26874384f 100644 --- a/docs/guestfs-hacking.pod +++ b/docs/guestfs-hacking.pod @@ -51,6 +51,20 @@ then you may find files which appear to be missing. =over 4 +=item F<3rdparty> + +Embedded copies of other libraries, mostly for convenience (and the embedded +library is not widespread enough). + +=o...
2019 Dec 16
4
[PATCH 0/2] Move ocaml-augeas copy to libguestfs repo
ocaml-augeas is used only by virtlibguestfs, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): Bundle the ocaml-augeas library for use by libguestfs build: switch embedded copy of ocaml-augeas .gitignore | 1 + 3rdparty/ocaml-augeas/COPYING.LIB | 515