From: Otto Moerbeek Date: Mon, 30 Oct 2023 12:38:22 +0000 (+0100) Subject: Followup to #13430: also define CET_ENDBR on !amd64 X-Git-Tag: rec-5.0.0-beta1~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13432%2Fhead;p=thirdparty%2Fpdns.git Followup to #13430: also define CET_ENDBR on !amd64 --- 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