chmlib, disable static library (#8068)

This commit is contained in:
Schrijvers Luc
2023-03-23 11:51:41 +01:00
committed by GitHub
parent 04f0d04659
commit 9c7f72e541

View File

@@ -13,7 +13,7 @@ COPYRIGHT="
2003 Jed Wing
"
LICENSE="GNU LGPL v2.1"
REVISION="4"
REVISION="5"
SOURCE_URI="http://www.jedrea.com/chmlib/chmlib-0.40.tar.gz"
CHECKSUM_SHA256="512148ed1ca86dea051ebcf62e6debbb00edfdd9720cde28f6ed98071d3a9617"
@@ -54,7 +54,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}