[PATCH] New configure option --disable-crypt.
Dmitry V. Levin
ldv@altlinux.org
Thu Jun 28 17:33:00 GMT 2018
On Mon, Jun 25, 2018 at 03:44:03PM +0200, Florian Weimer wrote:
[...]
> +@item --disable-crypt
> +Do not install the passphrase-hashing library @file{libcrypt} or the
> +header file @file{crypt.h}. @file{unistd.h} will still declare the
> +function @code{crypt}, as required by POSIX@. Using this option does
> +not change the set of programs that may need to be linked with
> +@option{-lcrypt}; it only means that @theglibc{} will not provide that
> +library.
Given that the first commit of the series moves the declaration of crypt()
from __USE_XOPEN to __USE_MISC, this reference to POSIX becomes less obvious.
Besides that, the change looks fine.
--
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20180628/24985f7e/attachment.sig>
More information about the Libc-alpha
mailing list