This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Move color handling into a separate header


On Tue, 2017-02-14 at 14:30 +0100, Ulf Hermann wrote:
> We only need it in nm.c and objdump.c, but it pulls in argp as
> dependency. By dropping it from libeu.h, the libraries can be
> compiled without argp.

Looks fine. Applied.

Note that elfutils configure already checks for a separate argp library
in case your libc doesn't include support directly. See configure.ac.

Also there is still something odd with the patches. They seem to contain
a doubling of spaces at the start of the line. They apply fine if I
first do %s/^  / / though. Strange. I dunno where/what adds the extra
space.

Cheers,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]