From: Ceph Packaging Team Date: Mon, 28 Nov 2022 11:02:57 +0000 (+0000) Subject: This defines HAVE_REENTRANT_STRSIGNAL as sys_siglist no longer X-Git-Tag: archive/raspbian/16.2.10+ds-5+rpi1^2^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0d3988e70a57ea1ba0a7a26b1da7a2e2a4d8611e;p=ceph.git 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 989ee24d2..2273ef736 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()