diff --git a/dev-libs/pugixml/pugixml-1.11.4.recipe b/dev-libs/pugixml/pugixml-1.11.4.recipe index ba6272f9c..832c0f2cb 100644 --- a/dev-libs/pugixml/pugixml-1.11.4.recipe +++ b/dev-libs/pugixml/pugixml-1.11.4.recipe @@ -10,7 +10,7 @@ happen automatically during parsing/saving)." HOMEPAGE="https://pugixml.org/" COPYRIGHT="2006-2021 Arseny Kapoulkine" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/zeux/pugixml/releases/download/v${portVersion}/pugixml-$portVersion.tar.gz" CHECKSUM_SHA256="8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716" @@ -51,10 +51,9 @@ defineDebugInfoPackage pugixml$secondaryArchSuffix \ BUILD() { - cmake -B build -S . \ + cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ $cmakeDirArgs - make -C build $jobArgs }