diff --git a/app-crypt/libb2/libb2-0.98.1.recipe b/app-crypt/libb2/libb2-0.98.1.recipe index 36cec6da5..9e9fc37a1 100644 --- a/app-crypt/libb2/libb2-0.98.1.recipe +++ b/app-crypt/libb2/libb2-0.98.1.recipe @@ -4,7 +4,7 @@ faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as the lates HOMEPAGE="https://www.blake2.net/" COPYRIGHT="2012 Samuel Neves" LICENSE="CC0-1.0" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/BLAKE2/libb2/releases/download/v$portVersion/libb2-$portVersion.tar.gz" CHECKSUM_SHA256="53626fddce753c454a3fea581cbbc7fe9bbcf0bc70416d48fdbbf5d87ef6c72e" @@ -45,7 +45,7 @@ BUILD_PREREQUIRES=" BUILD() { autoreconf -fi - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs }