#1140146 dnsdist: fix ftbfs on armhf

Package:
dnsdist
Source:
dnsdist
Description:
DNS loadbalancer
Submitter:
Hector Cao
Date:
2026-06-16 14:05:02 UTC
Severity:
normal
Tags:
#1140146#5
Date:
2026-06-16 14:01:55 UTC
From:
To:
Dear Maintainer,


armhf build is failing with clang21.

2 changes are needed to fix the build failure:

  * d/rules: drop -fno-stack-clash-protection from C/C++ flags.
    clang does not implement stack-clash protection on armhf, so this flag
    is an unused argument. meson promotes the resulting warning to an error
    during its compiler checks (-Werror=unused-command-line-argument),
    which made the pthread.h check fail and broke configure on armhf.

 * d/p/fix-cache-size-narrowing-32bit.patch

Thanks for considering the patch.