'posix' is what's found in automatic mode.
Signed-off-by: Alexander Dahl <[email protected]>
---
rules/libmicrohttpd.make | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make
index 7ae58000b..441644751 100644
--- a/rules/libmicrohttpd.make
+++ b/rules/libmicrohttpd.make
@@ -68,7 +68,8 @@ LIBMICROHTTPD_CONF_OPT := \
--disable-coverage \
--enable-asserts \
--disable-sanitizers \
- --disable-experimental
+ --disable-experimental \
+ --with-threads=posix
# ----------------------------------------------------------------------------
# Target-Install
--
2.39.5