diff --git a/dev-libs/expat/expat-2.5.0.recipe b/dev-libs/expat/expat-2.5.0.recipe index c3554e779..d88ff34b9 100644 --- a/dev-libs/expat/expat-2.5.0.recipe +++ b/dev-libs/expat/expat-2.5.0.recipe @@ -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 }