expat, disable static library (#7615)

This commit is contained in:
Schrijvers Luc
2022-12-21 19:31:13 +01:00
committed by GitHub
parent 97379b38f0
commit a5e4121bed

View File

@@ -6,7 +6,7 @@ HOMEPAGE="http://expat.sourceforge.net/"
COPYRIGHT="1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
2001-2022 Expat maintainers."
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/expat/expat-$portVersion.tar.bz2"
CHECKSUM_SHA256="6f0e6e01f7b30025fa05c85fdad1e5d0ec7fd35d9f61b22f34998de11969ff67"
PATCHES="expat-$portVersion.patchset"
@@ -62,7 +62,7 @@ defineDebugInfoPackage expat$secondaryArchSuffix "${debugList[@]}"
BUILD()
{
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}