diff --git a/dev-libs/libbase58/libbase58-0.1.4.recipe b/dev-libs/libbase58/libbase58-0.1.4.recipe index 46f76ab9f..00b7384b7 100644 --- a/dev-libs/libbase58/libbase58-0.1.4.recipe +++ b/dev-libs/libbase58/libbase58-0.1.4.recipe @@ -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 }