From a59178f3f622bbc5e2e7523a938f7eafd600f2d0 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 30 Oct 2023 13:38:22 +0100 Subject: [PATCH] Followup to #13430: also define CET_ENDBR on !amd64 --- pdns/recursordist/mtasker_fcontext.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/recursordist/mtasker_fcontext.cc b/pdns/recursordist/mtasker_fcontext.cc index 1a7c976a61..e489b40e15 100644 --- a/pdns/recursordist/mtasker_fcontext.cc +++ b/pdns/recursordist/mtasker_fcontext.cc @@ -39,6 +39,8 @@ using boost::context::detail::make_fcontext; #else #define CET_ENDBR #endif +#else +#define CET_ENDBR #endif #ifdef PDNS_USE_VALGRIND -- 2.47.2