diff --git a/dev-libs/poco/poco-1.12.4.recipe b/dev-libs/poco/poco-1.12.4.recipe index f7989eaa9..06f658af8 100644 --- a/dev-libs/poco/poco-1.12.4.recipe +++ b/dev-libs/poco/poco-1.12.4.recipe @@ -5,7 +5,7 @@ and embedded systems." HOMEPAGE="https://pocoproject.org/" COPYRIGHT="pocoproject" LICENSE="Boost v1.0" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/pocoproject/poco/archive/refs/tags/poco-1.12.4-release.tar.gz" CHECKSUM_SHA256="71ef96c35fced367d6da74da294510ad2c912563f12cd716ab02b6ed10a733ef" SOURCE_DIR="poco-poco-1.12.4-release/" @@ -41,6 +41,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix + lib:libcrypto$secondaryArchSuffix lib:libexpat$secondaryArchSuffix lib:libpcre2_32$secondaryArchSuffix lib:libssl$secondaryArchSuffix @@ -73,9 +74,10 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel + devel:libcrypto$secondaryArchSuffix >= 3 devel:libexpat$secondaryArchSuffix devel:libpcre2_32$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libssl$secondaryArchSuffix >= 3 devel:libsqlite3$secondaryArchSuffix devel:libz$secondaryArchSuffix "