From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 2C5F93858D38; Tue, 31 Oct 2023 14:00:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2C5F93858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1698760819; bh=ZFiXtlm1HlfipifDX3ce86pOPAAJifCLqW0GZ020YBs=; h=From:To:Subject:Date:From; b=RGGnYyQYQrJdqs7DXXQ/YifvmqBMDZ7HQhHTTBWBxOfYjdzIplKMSQdZmKEY+0dig vC8LznR2OPS+JeTB+yGNMVjzGaqBAPOZfah5YdqWzfo2xQAdFzJ5Kz4hpbmUrM7VCi AQ4E6k/lxxYnVUEtpo8UVE34HL1C+1KdkW9xM9Y8= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] crypt: Remove manul entry for --enable-crypt X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/master X-Git-Oldrev: 41488f67262b0e69252a790d36ed06f20ff11aaf X-Git-Newrev: e3397cae92af83ddbf7b9cb89d8c18cb7382fde4 Message-Id: <20231031140019.2C5F93858D38@sourceware.org> Date: Tue, 31 Oct 2023 14:00:19 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e3397cae92af83ddbf7b9cb89d8c18cb7382fde4 commit e3397cae92af83ddbf7b9cb89d8c18cb7382fde4 Author: Adhemerval Zanella Date: Tue Oct 31 10:59:04 2023 -0300 crypt: Remove manul entry for --enable-crypt Diff: --- manual/install.texi | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/manual/install.texi b/manual/install.texi index a81139780c..ac5310731b 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -256,19 +256,6 @@ configure with @option{--disable-werror}. By default for x86_64, @theglibc{} is built with the vector math library. Use this option to disable the vector math library. -@item --enable-crypt -Install the legacy passphrase-hashing library @file{libcrypt} and the -header file @file{crypt.h}. @file{unistd.h} will declare the function -@code{crypt} regardless of this option. 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 provide that -library. - -This option is for hackers and distributions who may not yet be able to -use libcrypt alternatives such as libxcrypt and need this legacy -implementation as a temporary workaround. Note that libcrypt may be -removed in a future release. - @item --disable-scv Disable using @code{scv} instruction for syscalls. All syscalls will use @code{sc} instead, even if the kernel supports @code{scv}. PowerPC only.