debuginfod: create libdebuginfod.so.1 before libdebuginfod.so
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 9 Dec 2020 00:13:12 +0000 (03:13 +0300)
committerMark Wielaard <mark@klomp.org>
Wed, 9 Dec 2020 22:05:32 +0000 (23:05 +0100)
commit7e2e30586dfb05482861865077af2609196aad87
tree0bc5d9f7397edf38795fb60f29aadada4cb6c9fa
parentfc5e808d54d25c3e668506428d22df8a28072ab8
debuginfod: create libdebuginfod.so.1 before libdebuginfod.so

This would allow to switch from "libdebuginfod-" VERSION ".so"
to DEBUGINFOD_SONAME in __libdwfl_debuginfod_init, and to remove the
fall back to dlopen of "libdebuginfod.so" which would no longer be needed.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
debuginfod/ChangeLog
debuginfod/Makefile.am