]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Followup to #13430: also define CET_ENDBR on !amd64 13432/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 30 Oct 2023 12:38:22 +0000 (13:38 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 30 Oct 2023 12:38:22 +0000 (13:38 +0100)
pdns/recursordist/mtasker_fcontext.cc

index 1a7c976a6174f37ba71cbb1c179f3cc17098127a..e489b40e1515455811cbdae48bea2ecb5aa3e9e9 100644 (file)
@@ -39,6 +39,8 @@ using boost::context::detail::make_fcontext;
 #else
 #define CET_ENDBR
 #endif
+#else
+#define CET_ENDBR
 #endif
 
 #ifdef PDNS_USE_VALGRIND