main/nfdump: disable on s390x

This commit is contained in:
psykose 2023-05-06 11:51:05 +00:00
parent 848b3651db
commit 433740ed8e

View File

@ -5,7 +5,8 @@ pkgver=1.7.2
pkgrel=0
pkgdesc="Tools to collect and process netflow data"
url="https://github.com/phaag/nfdump"
arch="all"
# fails diff tests, probably broken on big endian
arch="all !s390x"
license="BSD-3-Clause"
makedepends="autoconf automake bison bzip2-dev flex libtool rrdtool-dev"
checkdepends="tzdata"