Re: [PATCH] Configure: link libcrypt when a feature using it is detected

2024-03-27 Thread Sergey Kandaurov
> On 21 Mar 2024, at 11:23, Piotr Sikora via nginx-devel > wrote: > > Hi Sergey, > >> I'd rewrote the description to be more specific: >> >> : Configure: fixed Linux crypt_r() test to add libcrypt. >> : >> : Previously, the resulting binary was successfully linked >> : because libcrypt was ad

Re: [PATCH] Configure: link libcrypt when a feature using it is detected

2024-03-21 Thread Piotr Sikora via nginx-devel
Hi Sergey, > I'd rewrote the description to be more specific: > > : Configure: fixed Linux crypt_r() test to add libcrypt. > : > : Previously, the resulting binary was successfully linked > : because libcrypt was added in a separate test for crypt(). That's fine with me. Best regards, Piotr Sik

Re: [PATCH] Configure: link libcrypt when a feature using it is detected

2024-03-20 Thread Sergey Kandaurov
> On 28 Feb 2024, at 05:23, Piotr Sikora via nginx-devel > wrote: > > # HG changeset patch > # User Piotr Sikora > # Date 1708977638 0 > # Mon Feb 26 20:00:38 2024 + > # Branch patch014 > # Node ID 570e97dddeeddb79c71587aa8a10150b64404beb > # Parent cdc173477ea99fd6c952a85e5cd11db664

[PATCH] Configure: link libcrypt when a feature using it is detected

2024-02-27 Thread Piotr Sikora via nginx-devel
# HG changeset patch # User Piotr Sikora # Date 1708977638 0 # Mon Feb 26 20:00:38 2024 + # Branch patch014 # Node ID 570e97dddeeddb79c71587aa8a10150b64404beb # Parent cdc173477ea99fd6c952a85e5cd11db66452076a Configure: link libcrypt when a feature using it is detected. Previously, this