From e7f1a136652890832a26153869e4a7cc14756679 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 29 Dec 2022 12:46:21 +0100 Subject: [PATCH] libb2, disable static library (#7692) --- app-crypt/libb2/libb2-0.98.1.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }