mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libb2, disable static library (#7692)
This commit is contained in:
@@ -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/"
|
HOMEPAGE="https://www.blake2.net/"
|
||||||
COPYRIGHT="2012 Samuel Neves"
|
COPYRIGHT="2012 Samuel Neves"
|
||||||
LICENSE="CC0-1.0"
|
LICENSE="CC0-1.0"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://github.com/BLAKE2/libb2/releases/download/v$portVersion/libb2-$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/BLAKE2/libb2/releases/download/v$portVersion/libb2-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="53626fddce753c454a3fea581cbbc7fe9bbcf0bc70416d48fdbbf5d87ef6c72e"
|
CHECKSUM_SHA256="53626fddce753c454a3fea581cbbc7fe9bbcf0bc70416d48fdbbf5d87ef6c72e"
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ BUILD_PREREQUIRES="
|
|||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
runConfigure ./configure
|
runConfigure ./configure --disable-static
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user