From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23247 invoked by alias); 28 Jun 2018 17:33:40 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 23223 invoked by uid 89); 28 Jun 2018 17:33:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: vmicros1.altlinux.org Date: Thu, 28 Jun 2018 17:33:00 -0000 From: "Dmitry V. Levin" To: libc-alpha@sourceware.org Subject: Re: [PATCH] New configure option --disable-crypt. Message-ID: <20180628173335.GA16038@altlinux.org> Mail-Followup-To: libc-alpha@sourceware.org References: <20180625134403.2B6DC43994575@oldenburg.str.redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: <20180625134403.2B6DC43994575@oldenburg.str.redhat.com> X-SW-Source: 2018-06/txt/msg00909.txt.bz2 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 669 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 obviou= s. Besides that, the change looks fine. --=20 ldv --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature; name="signature.asc" Content-length: 801 -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJbNRvvAAoJEAVFT+BVnCUIYWkP/RuCN0HYeEO1GnICENyQIemX M8LxNq5jpKbL0QFFeEDboXWAkAEUZggIjCJx60UIFsLafJuShR1wwThRQC1akEv2 hIwDOHtnXnBuRUcNOarsJAN0ZYnyT9pEFiwT4FM8Sbj/QNJam5bKLgt0I+FhZFO7 gT+BCXwVhrXAwUd5rMnOM9uGhHH9ma7GlyZberXiC1p6qGFoKKjct3LW4NZR43Fr prHr103JGg6Ztcz+pIj3Wqpetgoijd69kK9g4wgektK5g/4GcUQKzbY1iYIk6kN4 LzmU6r8kAue0yedZ0LGhQRUmvoYabozSRaRqvdhgE4kmby6RYTN1fWyr5zizJWs8 6KWFJTD0jy7gLB+Pd+a4SMnwwce5WZ1S0KzUOAGIBgthgnpo8QGn3ia2NeI/eJuB 83PunK5Hcb+M3uNNoQ0pXuUtXYWpNv5w+DDh7sHSJT1uJc24qCsJ/FRZ5BiJLlWS hKZLzj261mu9vSCR51LH91IAzFhGCNOU5EhDuCHxfnCFfh7fSxG+k6O09wN7N1rn CNrY3Wt9RFMOGqc32cUu/zcPRKvK44I4P/QcvYwJx6Mzk2ypSN1+yygsQ62AVltT Heyinm0LUbHvT6czMuS8/yR+s8Id8AI2jeSBk53rx7rjQhFozzUk0nvHMSu6+y3q xg/GZgDqBqCzBwvCiqm+ =X6/w -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH--