diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-08-29 21:48:49 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-08-29 21:50:23 +0200 |
commit | 6abbca1de3c6edd85e9e3361aaa7b39d98365443 (patch) | |
tree | 68e7d5831ca9637df069b9dc77385830f9e9584b /net-libs/libwebsockets | |
parent | net-libs/libwebsockets: Version bump to 4.2.2 (diff) | |
download | gentoo-6abbca1de3c6edd85e9e3361aaa7b39d98365443.tar.gz gentoo-6abbca1de3c6edd85e9e3361aaa7b39d98365443.tar.bz2 gentoo-6abbca1de3c6edd85e9e3361aaa7b39d98365443.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs/libwebsockets')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.2.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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) |