mbox series

[0/3] Add --disable-major-minor-libraries configure option

Message ID cover.1574945909.git.fweimer@redhat.com
Headers show
Series Add --disable-major-minor-libraries configure option | expand

Message

Florian Weimer Nov. 28, 2019, 1:01 p.m. UTC
This is required for better RPM support.  RPM does not remove all old
files before ldconfig is invoked in some cases.  ldconfig will then
libc.so.6 et al. from both glibc versions, and may add the wrong version
to the cache (the version that does not match the installed dynamic
loader).

Florian Weimer (3):
  nptl_db: Install libthread_db under a regular implementation name
  Makerules: Remove lib-version, $(subdir-version)
  Add --disable-major-minor-libraries configure option

 INSTALL             | 10 ++++++++++
 Makefile            |  4 +++-
 Makerules           | 38 ++++++++++++++++++++++----------------
 config.make.in      |  1 +
 configure           | 15 +++++++++++++++
 configure.ac        |  7 +++++++
 elf/Makefile        |  8 +++++++-
 manual/install.texi |  9 +++++++++
 nptl_db/Makefile    |  2 --
 9 files changed, 74 insertions(+), 20 deletions(-)