handle undefined LEVEL1_DCACHE_LINESIZE
authorSascha Steinbiss <satta@debian.org>
Tue, 29 Nov 2022 10:19:06 +0000 (10:19 +0000)
committerSascha Steinbiss <satta@debian.org>
Tue, 29 Nov 2022 10:19:06 +0000 (10:19 +0000)
commita03cc2c58eeee71da82e6993c4d21388745d3e1b
tree2d02ba485365a8fd29e5f4a8e107264b89a10d89
parente8060591b62b71a5065fd6218c756b27ef3590fc
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