xmlsec1, disable static libraries (#7851)

This commit is contained in:
Schrijvers Luc
2023-02-12 14:53:10 +01:00
committed by GitHub
parent a2583c91fb
commit 8724f812e2

View File

@@ -8,7 +8,7 @@ The library supports major XML security standards:
HOMEPAGE="https://www.aleksey.com/xmlsec/"
COPYRIGHT="2002-2021 Aleksey Sanin"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.aleksey.com/xmlsec/download/xmlsec1-$portVersion.tar.gz"
CHECKSUM_SHA256="26041d35a20a245ed5a2fb9ee075f10825664d274220cb5190340fa87a4d0931"
SOURCE_DIR="xmlsec1-$portVersion"
@@ -121,7 +121,8 @@ defineDebugInfoPackage xmlsec$secondaryArchSuffix \
BUILD()
{
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir
--bindir=$commandBinDir \
--disable-static
make $jobArgs
}