This defines HAVE_REENTRANT_STRSIGNAL as sys_siglist no longer
authorCeph Packaging Team <team+ceph@tracker.debian.org>
Tue, 28 Dec 2021 07:45:18 +0000 (07:45 +0000)
committerThomas Goirand <zigo@debian.org>
Tue, 28 Dec 2021 07:45:18 +0000 (07:45 +0000)
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

index f7056c209eb643213ffb226983213cdb0959ac69..4a1a1a5714c38aa597c3a453c4cd7ad5e17f8301 100644 (file)
@@ -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()