From 7db44e26224e547f96956e4ecde9ee43ef00f5d3 Mon Sep 17 00:00:00 2001 From: Ceph Packaging Team Date: Fri, 15 Jul 2022 10:31:04 +0100 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 5253399df..d4029252d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -501,7 +501,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