Re: [patch] PR25461 default DEBUGINFOD_URLS

2020-10-02 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > There should be %files entries for the debuginfod-client subpackage. Yeah, added %config for them too. > > +install-data-local: > > + $(INSTALL_DATA) profile.sh -D $(sysconfdir)/profile.d/elfutils.sh > > + $(INSTALL_DATA) profile.csh -D $(sysconfdir)/profile.d/elfutils.csh > > It wou

Re: [patch] PR25461 default DEBUGINFOD_URLS

2020-10-02 Thread Mark Wielaard
Hi Frank, On Thu, Oct 01, 2020 at 05:03:52PM -0400, Frank Ch. Eigler via Elfutils-devel wrote: > To give distros a simple knob to let their userbase enjoy debuginfod > services, we add a --enable-debuginfod-urls[=URLS] to the configury. > This propagates to $DEBUGINFOD_URLS environment variable s