handle undefined LEVEL1_DCACHE_LINESIZE
authorSascha Steinbiss <satta@debian.org>
Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +0100)
committerSascha Steinbiss <satta@debian.org>
Tue, 27 Sep 2022 21:24:59 +0000 (22:24 +0100)
commit019477063567e6d5c6cda9740ea473a8284ee82e
tree235b95e7879605bf502c25d98e3435c6029b6d3b
parent8e3dbe57cfcf38c1a09e895c84f0890c4ba6e1ef
handle undefined LEVEL1_DCACHE_LINESIZE

Applied-Upstream: https://github.com/OISF/suricata/pull/7350
Last-Update: 2022-06-01

On some platforms (riscv64, s390x) this value is undefined as returned from getconf.
We also need to handle this to avoid using the string undefined blindly in further
#defines, which would otherwise cause compile errors.

Gbp-Pq: Name LEVEL1_DCACHE_LINESIZE.patch
configure.ac