From 8ad3d99b555abbd76f11d91850f534e8bbfc2d3f Mon Sep 17 00:00:00 2001 From: Ceph Packaging Team Date: Thu, 16 Feb 2023 10:54:41 +0000 Subject: [PATCH] This defines HAVE_REENTRANT_STRSIGNAL as sys_siglist no longer Forwarded: no Last-Update: 2020-09-21 exists with glibc 2.32 and all programs should use strsignal instead. Gbp-Pq: Name enable-strsignal.patch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78cae841b..c58a95d1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -505,7 +505,7 @@ if(WITH_THREAD_SAFE_RES_QUERY) set(HAVE_THREAD_SAFE_RES_QUERY 1 CACHE INTERNAL "Thread safe res_query supported.") endif() -option(WITH_REENTRANT_STRSIGNAL "strsignal is reentrant" OFF) +option(WITH_REENTRANT_STRSIGNAL "strsignal is reentrant" ON) if(WITH_REENTRANT_STRSIGNAL) set(HAVE_REENTRANT_STRSIGNAL 1 CACHE INTERNAL "Reentrant strsignal is supported.") endif() -- 2.30.2