search for: a226947

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

2014 Nov 04
0
[PATCH 3/9] build: check for libintl, and use it
...$(top_builddir)/gnulib/lib/libgnu.la qemu_speed_test_SOURCES = \ @@ -71,4 +72,5 @@ qemu_speed_test_LDADD = \ $(top_builddir)/src/libguestfs.la \ $(LIBXML2_LIBS) \ $(LIBVIRT_LIBS) \ + $(LTLIBINTL) \ $(top_builddir)/gnulib/lib/libgnu.la diff --git a/v2v/link.sh.in b/v2v/link.sh.in index a226947..d6313fe 100644 --- a/v2v/link.sh.in +++ b/v2v/link.sh.in @@ -19,4 +19,4 @@ # Hack automake to link binary properly. There is no other way to add # the -cclib parameter to the end of the command line. -exec "$@" -linkpkg -cclib '-lutils -lncurses -lcrypt @LIBVIRT_LIBS@ @LIBXML2_L...
2014 Nov 04
2
Re: [PATCH 3/9] build: check for libintl, and use it
...; qemu_speed_test_SOURCES = \ > @@ -71,4 +72,5 @@ qemu_speed_test_LDADD = \ > $(top_builddir)/src/libguestfs.la \ > $(LIBXML2_LIBS) \ > $(LIBVIRT_LIBS) \ > + $(LTLIBINTL) \ > $(top_builddir)/gnulib/lib/libgnu.la > diff --git a/v2v/link.sh.in b/v2v/link.sh.in > index a226947..d6313fe 100644 > --- a/v2v/link.sh.in > +++ b/v2v/link.sh.in > @@ -19,4 +19,4 @@ > # Hack automake to link binary properly. There is no other way to add > # the -cclib parameter to the end of the command line. > > -exec "$@" -linkpkg -cclib '-lutils -lncurse...
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