search for: f380f04

Displaying 3 results from an estimated 3 matches for "f380f04".

Did you mean: 138004
2014 Nov 04
0
[PATCH 3/9] build: check for libintl, and use it
...$(LTLIBINTL) \ -L$(top_builddir)/src/.libs -lguestfs if HAVE_OCAMLOPT $(OCAMLMKLIB) -o mlguestfs \ $(libguestfsocaml_a_OBJECTS) guestfs.cmx \ + $(LTLIBINTL) \ -L$(top_builddir)/src/.libs -lguestfs endif touch $@ diff --git a/rescue/Makefile.am b/rescue/Makefile.am index 505b327..f380f04 100644 --- a/rescue/Makefile.am +++ b/rescue/Makefile.am @@ -59,6 +59,7 @@ virt_rescue_LDADD = \ $(top_builddir)/src/libguestfs.la \ $(LIBXML2_LIBS) \ $(LIBVIRT_LIBS) \ + $(LTLIBINTL) \ ../gnulib/lib/libgnu.la # Manual pages and HTML files for the website. diff --git a/resize/Makefile.am...
2014 Nov 04
2
Re: [PATCH 3/9] build: check for libintl, and use it
...s -lguestfs > if HAVE_OCAMLOPT > $(OCAMLMKLIB) -o mlguestfs \ > $(libguestfsocaml_a_OBJECTS) guestfs.cmx \ > + $(LTLIBINTL) \ > -L$(top_builddir)/src/.libs -lguestfs > endif > touch $@ > diff --git a/rescue/Makefile.am b/rescue/Makefile.am > index 505b327..f380f04 100644 > --- a/rescue/Makefile.am > +++ b/rescue/Makefile.am > @@ -59,6 +59,7 @@ virt_rescue_LDADD = \ > $(top_builddir)/src/libguestfs.la \ > $(LIBXML2_LIBS) \ > $(LIBVIRT_LIBS) \ > + $(LTLIBINTL) \ > ../gnulib/lib/libgnu.la > > # Manual pages and HTML file...
2014 Nov 04
13
[PATCH 0/9] Small bits of non-Linux porting - #2
Hi, continuing what started a couple of weeks ago [1], the attached patch series continues the work in making it easier to build and run libguestfs (in fixed appliance mode) on OSes different than Linux. The provided changes should cause no functional changes on Linux. [1] https://www.redhat.com/archives/libguestfs/2014-October/msg00176.html Thanks, -- Pino Pino Toscano (9): build: check