search for: c68641c

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

Did you mean: 368641
2014 Nov 04
0
[PATCH 3/9] build: check for libintl, and use it
...efile.am +++ b/edit/Makefile.am @@ -61,6 +61,7 @@ virt_edit_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/erlang/Makefile.am b/erlang/Makefile.am index c68641c..5a1658c 100644 --- a/erlang/Makefile.am +++ b/erlang/Makefile.am @@ -71,6 +71,7 @@ erl_guestfs_LDADD = \ $(top_builddir)/src/libguestfs.la \ $(LIBXML2_LIBS) \ $(LIBVIRT_LIBS) \ + $(LTLIBINTL) \ ../gnulib/lib/libgnu.la TESTS_ENVIRONMENT = $(top_builddir)/run --test diff --git a/fish/Make...
2014 Nov 04
2
Re: [PATCH 3/9] build: check for libintl, and use it
...7 @@ virt_edit_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/erlang/Makefile.am b/erlang/Makefile.am > index c68641c..5a1658c 100644 > --- a/erlang/Makefile.am > +++ b/erlang/Makefile.am > @@ -71,6 +71,7 @@ erl_guestfs_LDADD = \ > $(top_builddir)/src/libguestfs.la \ > $(LIBXML2_LIBS) \ > $(LIBVIRT_LIBS) \ > + $(LTLIBINTL) \ > ../gnulib/lib/libgnu.la > > TESTS_ENVIRONMENT =...
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