Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/
Date: Sun, 29 Aug 2021 19:50:49
Message-Id: 1630266623.6abbca1de3c6edd85e9e3361aaa7b39d98365443.jsmolic@gentoo
1 commit: 6abbca1de3c6edd85e9e3361aaa7b39d98365443
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 29 19:48:49 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 29 19:50:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abbca1d
7
8 net-libs/libwebsockets: Turn off deprecated API warnings in 4.2.1
9
10 * This is added upstream as a general openssl-3 workaround for now
11
12 Closes: https://bugs.gentoo.org/805164
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 net-libs/libwebsockets/libwebsockets-4.2.1.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild b/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild
19 index e2cb3c1838c..180d8b2a195 100644
20 --- a/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild
21 +++ b/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild
22 @@ -51,6 +51,7 @@ src_configure() {
23 -DLWS_HAVE_LIBCAP=$(usex caps)
24 -DLWS_IPV6=$(usex ipv6)
25 -DLWS_ROLE_DBUS=$(usex dbus)
26 + -DLWS_SUPPRESS_DEPRECATED_API_WARNINGS=ON
27 -DLWS_WITHOUT_CLIENT=$(usex !client)
28 -DLWS_WITHOUT_TEST_CLIENT=$(usex !client)
29 -DLWS_WITH_ACCESS_LOG=$(usex access-log)