search for: 75514ab57a

Displaying 3 results from an estimated 3 matches for "75514ab57a".

2014 Nov 04
2
Re: [PATCH 3/9] build: check for libintl, and use it
On Tue, Nov 04, 2014 at 04:35:26PM +0100, Pino Toscano wrote: > Look for libint/gettext and link to it; this properly detects whether > libint is part of libc. I'm a little confused by this patch, and also worried that it may be reverting commit 75514ab57a. Does this require gettextize? Rich. > --- > align/Makefile.am | 1 + > builder/Makefile.am | 2 ++ > cat/Makefile.am | 4 ++++ > configure.ac | 3 +++ > customize/Makefile.am | 2 +- > df/Makefile.am | 1 + > dif...
2014 Nov 04
0
Re: [PATCH 3/9] build: check for libintl, and use it
...e: > On Tue, Nov 04, 2014 at 04:35:26PM +0100, Pino Toscano wrote: > > Look for libint/gettext and link to it; this properly detects > > whether > > libint is part of libc. > > I'm a little confused by this patch, and also worried that it may be > reverting commit 75514ab57a. It is basically looking for whatever provides the *gettext and bindtextdomain functions, not caring about embedded libintl copies. If they are in libc (like implemented in GNU libc), then the LIBINTL & LTLIBINTL variables are empty, otherwise they will contain the library (usually an ext...
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