[PATCH] Do not install libdebuginfod.pc unless debuginfod is enabled

2020-01-01 Thread Dmitry V. Levin
Fixes: 288f6b199 ("debuginfod 1/2: client side") Signed-off-by: Dmitry V. Levin --- config/ChangeLog | 5 + config/Makefile.am | 5 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config/ChangeLog b/config/ChangeLog index cc4187bf..2296e815 100644 --- a/config/ChangeLog

Re: [PATCH] libebl: Don't install libebl.a, libebl.h and remove backends from spec.

2020-01-01 Thread Dmitry V. Levin
Hi, On Thu, Aug 29, 2019 at 11:43:58PM +0200, Mark Wielaard wrote: > All archive members from libebl.a are now in libdw.a. We don't generate > separate backend shared libraries anymore. So remove them from the > elfutils.spec file. > > Signed-off-by: Mark Wielaard > --- > config/ChangeLog