]> git.ipfire.org Git - thirdparty/glibc.git/commit - Makeconfig
New configure option --disable-crypt.
authorZack Weinberg <zackw@panix.com>
Fri, 29 Jun 2018 14:53:47 +0000 (16:53 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 29 Jun 2018 14:53:47 +0000 (16:53 +0200)
commite69d994a63afc2d367f286a2a7df28cbf710f0fe
tree5786a275f401b02ced0269a4ec7b2e4e9f7537a8
parent841785bad14dfad81a0af94900310141c59f26a4
New configure option --disable-crypt.

Some Linux distributions are experimenting with a new, separately
maintained and hopefully more agile implementation of the crypt
API.  To facilitate this, add a configure option which disables
glibc's embedded libcrypt.  When this option is given, libcrypt.*
and crypt.h will not be built nor installed.
12 files changed:
ChangeLog
INSTALL
Makeconfig
NEWS
config.make.in
configure
configure.ac
conform/Makefile
crypt/Makefile
elf/Makefile
elf/tst-linkall-static.c
manual/install.texi