mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libbase58, disable static library (#8121)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user