From d21ebcce833ff10dd1e199a75d523f81b5549b6d Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Tue, 14 Sep 2021 19:35:49 +0300 Subject: Fixing build with glibc 2.34. Explicitly using the sysconf() call to obtain the minimum thread stack size instead of the PTHREAD_STACK_MIN macro. This closes #576 PR on GitHub. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 5ea0080b..4519f6e9 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,12 @@ NGINX Unit updated to 1.26.0. date="" time="" packager="Andrei Belov <defan@nginx.com>"> + + +fixed building with glibc 2.34, notably Fedora 35. + + + -- cgit