From cfc301b241e4237166209e5f30138da1a9ceaf4a Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 1 Sep 2024 09:44:01 +0200 Subject: [PATCH] libwebsockets: make sure to use cmd:openssl from openssl3 --- net-libs/libwebsockets/libwebsockets-4.3.3.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libwebsockets/libwebsockets-4.3.3.recipe b/net-libs/libwebsockets/libwebsockets-4.3.3.recipe index 19bc6efc4..87b1e6862 100644 --- a/net-libs/libwebsockets/libwebsockets-4.3.3.recipe +++ b/net-libs/libwebsockets/libwebsockets-4.3.3.recipe @@ -47,7 +47,7 @@ BUILD_PREREQUIRES=" cmd:cmake cmd:gcc$secondaryArchSuffix cmd:make - cmd:openssl + cmd:openssl >= 3 " BUILD()