libbase58, disable static library (#8121)

This commit is contained in:
Schrijvers Luc
2023-03-26 20:57:49 +02:00
committed by GitHub
parent 5218a6e128
commit 5fe78be011

View File

@@ -4,7 +4,7 @@ used in Bitcoin addresses."
HOMEPAGE="https://github.com/bitcoin/libbase58"
COPYRIGHT="2014-2017 Luke Dashjr"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/bitcoin/libbase58/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="97e8c3387fd4ed90208a8101e658743efbb6e21714e594f0828e6414f92c0b1d"
@@ -47,7 +47,7 @@ defineDebugInfoPackage libbase58$secondaryArchSuffix \
BUILD()
{
./autogen.sh
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}