commit:     6abbca1de3c6edd85e9e3361aaa7b39d98365443
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 19:48:49 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 19:50:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abbca1d

net-libs/libwebsockets: Turn off deprecated API warnings in 4.2.1

* This is added upstream as a general openssl-3 workaround for now

Closes: https://bugs.gentoo.org/805164
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-libs/libwebsockets/libwebsockets-4.2.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild 
b/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild
index e2cb3c1838c..180d8b2a195 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)

Reply via email to