1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/nfdump: disable on 32 bit arm. tests fails with bus error

ref: https://github.com/phaag/nfdump/issues/619
This commit is contained in:
Natanael Copa 2025-05-06 10:18:24 +02:00
parent c8a4b344ad
commit dd1f1d97a7

View file

@ -6,7 +6,8 @@ pkgrel=0
pkgdesc="Tools to collect and process netflow data"
url="https://github.com/phaag/nfdump"
# fails diff tests, probably broken on big endian
arch="all !s390x"
# arm*: tests ends with bus error: https://github.com/phaag/nfdump/issues/619
arch="all !s390x !armhf !armv7"
license="BSD-3-Clause"
makedepends="autoconf automake bison bzip2-dev flex libtool rrdtool-dev"
checkdepends="tzdata"