handle undefined LEVEL1_DCACHE_LINESIZE
authorSascha Steinbiss <satta@debian.org>
Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +0100)
committerSascha Steinbiss <satta@debian.org>
Wed, 21 Sep 2022 16:39:53 +0000 (17:39 +0100)
commit172bac89f18e3029a6fff27bc94020a44e5ac4f4
tree8187cc9448fe8aab9e15d640acfc81196892af17
parent1a0a4de1c18f10349d8826135422aef1230aa4e2
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