Re: [PATCH] Core: fix build without libcrypt

2024-03-21 Thread Piotr Sikora via nginx-devel
Hi Roman, > Can you provide an example of a system where this fix is needed? 1. When linking against musl-libc on a system where libcrypt is linked against glibc and thus not linkable. 2. When cross-compiling, for similar reasons. Best regards, Piotr Sikora

Re: [PATCH] Core: fix build without libcrypt

2024-03-18 Thread Илья Шипицин
пн, 18 мар. 2024 г. в 15:56, Sergey Kandaurov : > > > On 28 Feb 2024, at 05:23, Piotr Sikora via nginx-devel < > nginx-devel@nginx.org> wrote: > > > > # HG changeset patch > > # User Piotr Sikora > > # Date 1708977637 0 > > # Mon Feb 26 20:00:37 2024 + > > # Branch patch013 > > # Node

Re: [PATCH] Core: fix build without libcrypt

2024-03-18 Thread Sergey Kandaurov
> On 28 Feb 2024, at 05:23, Piotr Sikora via nginx-devel > wrote: > > # HG changeset patch > # User Piotr Sikora > # Date 1708977637 0 > # Mon Feb 26 20:00:37 2024 + > # Branch patch013 > # Node ID cdc173477ea99fd6c952a85e5cd11db66452076a > # Parent

Re: [PATCH] Core: fix build without libcrypt

2024-03-18 Thread Roman Arutyunyan
Hi Piotr, On Wed, Feb 28, 2024 at 01:23:08AM +, Piotr Sikora via nginx-devel wrote: > # HG changeset patch > # User Piotr Sikora > # Date 1708977637 0 > # Mon Feb 26 20:00:37 2024 + > # Branch patch013 > # Node ID cdc173477ea99fd6c952a85e5cd11db66452076a > # Parent

[PATCH] Core: fix build without libcrypt

2024-02-27 Thread Piotr Sikora via nginx-devel
# HG changeset patch # User Piotr Sikora # Date 1708977637 0 # Mon Feb 26 20:00:37 2024 + # Branch patch013 # Node ID cdc173477ea99fd6c952a85e5cd11db66452076a # Parent 04e3155b3b9651fee708898aaf82ac35532806ee Core: fix build without libcrypt. libcrypt is no longer part of glibc, so it