summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Hoffstätte <holger@applied-asynchrony.com>2022-09-11 18:17:48 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2022-09-14 13:51:22 +0200
commit2de91bdd02292a37c134e69f005d751ede57f1f0 (patch)
tree9cdc4ab7b92711c989322bce85d03bb9c01e263f /net-libs/nghttp2/nghttp2-9999.ebuild
parentdev-java/byte-buddy: add 1.12.14 (diff)
downloadgentoo-2de91bdd02292a37c134e69f005d751ede57f1f0.tar.gz
gentoo-2de91bdd02292a37c134e69f005d751ede57f1f0.tar.bz2
gentoo-2de91bdd02292a37c134e69f005d751ede57f1f0.zip
net-libs/nghttp2: enable threads by default
Upstream enables pthreads by default, so enable it unconditionally. Closes: https://bugs.gentoo.org/869755 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/27211 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2/nghttp2-9999.ebuild')
-rw-r--r--net-libs/nghttp2/nghttp2-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
index 9011d96cec10..67529daca48f 100644
--- a/net-libs/nghttp2/nghttp2-9999.ebuild
+++ b/net-libs/nghttp2/nghttp2-9999.ebuild
@@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/nghttp2/nghttp2.git"
LICENSE="MIT"
SLOT="0/1.14" # <C++>.<C> SONAMEs
KEYWORDS=""
-IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml"
+IUSE="cxx debug hpack-tools jemalloc static-libs test utils xml"
RESTRICT="!test? ( test )"
@@ -50,13 +50,13 @@ multilib_src_configure() {
--disable-failmalloc
--disable-python-bindings
--disable-werror
+ --enable-threads
--without-cython
$(use_enable cxx asio-lib)
$(use_enable debug)
$(multilib_native_use_enable hpack-tools)
$(use_enable static-libs static)
$(use_with test cunit)
- $(use_enable threads)
$(multilib_native_use_enable utils app)
$(multilib_native_use_with jemalloc)
$(multilib_native_use_with xml libxml2)