]> git.ipfire.org Git - thirdparty/elfutils.git/commit
PR25461: add /etc/profile.d files for default $DEBUGINFOD_URLS
authorFrank Ch. Eigler <fche@redhat.com>
Thu, 1 Oct 2020 20:56:49 +0000 (16:56 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 8 Oct 2020 15:08:12 +0000 (11:08 -0400)
commit94708e9646017a7ef1c819df3b71bb1ddf8300fc
tree5de1371d37fddbc0ade91d403b175b42d74306fb
parent759ee34bd265bf2aa54fab3158c6a498b26cc649
PR25461: add /etc/profile.d files for default $DEBUGINFOD_URLS

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 settings
in /etc/profile.d/debuginfod.{sh,csh} files.

The default is nothing.  If simply enabled, the current prototype
public server is used.  If enabled with parameters, the builder/distro
can specify a default URL search path of their own.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
ChangeLog
config/ChangeLog
config/Makefile.am
config/elfutils.spec.in
config/profile.csh.in [new file with mode: 0644]
config/profile.sh.in [new file with mode: 0644]
configure.ac