lzo, disable static library (#7643)

This commit is contained in:
Schrijvers Luc
2022-12-25 12:34:02 +01:00
committed by GitHub
parent b20dd11534
commit fa6ee1c64a

View File

@@ -22,7 +22,7 @@ a quite competitive compression ratio.
HOMEPAGE="http://www.oberhumer.com/opensource/lzo/"
COPYRIGHT="1996-2011 Markus F.X.J Oberhumer"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://www.oberhumer.com/opensource/lzo/download/lzo-$portVersion.tar.gz"
CHECKSUM_SHA256="c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072"
@@ -56,7 +56,8 @@ BUILD_PREREQUIRES="
BUILD()
{
runConfigure ./configure --enable-shared
runConfigure ./configure --enable-shared \
--disable-static
make $jobArgs
}