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

2020-01-08 Thread Mark Wielaard
On Thu, 2020-01-02 at 02:42 +0300, Dmitry V. Levin wrote: > Fixes: 288f6b199 ("debuginfod 1/2: client side") > Signed-off-by: Dmitry V. Levin > [...] > +2020-01-01 Dmitry V. Levin > + > + * Makefile.am (pkgconfig_DATA): Conditionalize libdebuginfod.pc > + on DEBUGINFOD. That looks corr

[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