handle undefined LEVEL1_DCACHE_LINESIZE
authorSascha Steinbiss <satta@debian.org>
Tue, 31 Jan 2023 13:34:17 +0000 (13:34 +0000)
committerSascha Steinbiss <satta@debian.org>
Tue, 31 Jan 2023 13:34:17 +0000 (13:34 +0000)
commitd5ea6510b9f3697aed3bceabd3b5e863bcb00f4c
treec9b16267389a9267e3fa34675b0b94a62c0932d5
parentb9f3515cd311131555e3171a8a2a465b4595f424
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