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

2017-02-15 Thread Mark Wielaard
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 libr

[PATCH] Move color handling into a separate header

2017-02-14 Thread Ulf Hermann
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. Signed-off-by: Ulf Hermann --- lib/ChangeLog | 7 +++ lib/Makefile.am | 2 +- lib/color.c | 2 +- lib/color.h | 63 +++