From c8f97d5d794b187f5e484b59aa3aed593e8b0241 Mon Sep 17 00:00:00 2001 From: Ceph Packaging Team Date: Fri, 15 Jul 2022 16:27:25 +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 b741cf922..ffbbc882e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -497,7 +497,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