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]

Re: [PATCH] New configure option --disable-crypt.


On 06/25/2018 03:44 PM, Florian Weimer wrote:
From: Zack Weinberg<zackw@panix.com>

Some Linux distributions are experimenting with a new, separately
maintained and hopefully more agile implementation of the crypt(3)
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.

unistd.h continues to define _XOPEN_CRYPT to 1 and to declare crypt.

This is of course no longer true, it was removed in the first patch ("New configure option --disable-crypt.").

Florian


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