handle undefined LEVEL1_DCACHE_LINESIZE
authorSascha Steinbiss <satta@debian.org>
Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +0100)
committerSascha Steinbiss <satta@debian.org>
Wed, 1 Jun 2022 09:33:06 +0000 (10:33 +0100)
commit5f8f94dae46c74413d0433af5fa50afe1f5a4f0d
tree51e8ad75222ec17b7ea49bbbd50e66df9ce47b5c
parent1a7e54e9bbd5db775ea002e2b1106cb1de4c0c6f
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