From 6abbca1de3c6edd85e9e3361aaa7b39d98365443 Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Sun, 29 Aug 2021 21:48:49 +0200 Subject: net-libs/libwebsockets: Turn off deprecated API warnings in 4.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * This is added upstream as a general openssl-3 workaround for now Closes: https://bugs.gentoo.org/805164 Signed-off-by: Jakov Smolić --- net-libs/libwebsockets/libwebsockets-4.2.1.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'net-libs/libwebsockets') diff --git a/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild b/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild index e2cb3c1838c5..180d8b2a195a 100644 --- a/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild @@ -51,6 +51,7 @@ src_configure() { -DLWS_HAVE_LIBCAP=$(usex caps) -DLWS_IPV6=$(usex ipv6) -DLWS_ROLE_DBUS=$(usex dbus) + -DLWS_SUPPRESS_DEPRECATED_API_WARNINGS=ON -DLWS_WITHOUT_CLIENT=$(usex !client) -DLWS_WITHOUT_TEST_CLIENT=$(usex !client) -DLWS_WITH_ACCESS_LOG=$(usex access-log) -- cgit v1.2.3-65-gdbad