system/dieharder: Fix build with gcc>=10.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-05 15:40:04 +13:00 committed by Willy Sudiarto Raharjo
parent 44621734a7
commit 0dd7c87c4d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dieharder
VERSION=${VERSION:-3.31.1}
BUILD=${BUILD:-3}
BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -89,7 +89,7 @@ mkdir -p manual/m4 # a stub.
./autogen.sh
CFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -D_GNU_SOURCE -fcommon" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \

View File

@ -1,7 +1,7 @@
PRGNAM="dieharder"
VERSION="3.31.1"
HOMEPAGE="http://www.phy.duke.edu/~rgb/General/dieharder.php"
DOWNLOAD="http://www.phy.duke.edu/~rgb/General/dieharder/dieharder-3.31.1.tgz"
HOMEPAGE="https://webhome.phy.duke.edu/~rgb/General/dieharder.php"
DOWNLOAD="http://webhome.phy.duke.edu/~rgb/General/dieharder/dieharder-3.31.1.tgz"
MD5SUM="b57404dfb812d4548caaf71a05be2d17"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""