This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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(-)

-- 
2.23.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]