From: Ceph Packaging Team Date: Wed, 4 Dec 2024 05:46:17 +0000 (+0100) Subject: This defines HAVE_REENTRANT_STRSIGNAL as sys_siglist no longer X-Git-Tag: archive/raspbian/16.2.15+ds-0+deb12u1+rpi1~1^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=59728d4753dc283d3d43a89503f8d759a1f299b4;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 648f6cec1..3b699e5af 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()