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:
parent
c8a4b344ad
commit
dd1f1d97a7
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue