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