mhash, disable static library (#7987)

This commit is contained in:
Schrijvers Luc
2023-03-19 08:05:18 +01:00
committed by GitHub
parent a2ccf585c2
commit f5f1f9e98a

View File

@@ -7,7 +7,7 @@ HOMEPAGE="http://mhash.sourceforge.net/"
COPYRIGHT="1998 Nikos Mavroyanopoulos
1999, 2000 Sascha Schumman, Nikos Mavroyanopoulos"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/mhash/mhash-$portVersion.tar.gz"
CHECKSUM_SHA256="3dcad09a63b6f1f634e64168dd398e9feb9925560f9b671ce52283a79604d13e"
@@ -47,7 +47,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -vfi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}