Signed-off-by: Alexander Dahl <[email protected]>
---
 rules/libmicrohttpd.make | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make
index e79b29ce4..2a4700ead 100644
--- a/rules/libmicrohttpd.make
+++ b/rules/libmicrohttpd.make
@@ -34,13 +34,26 @@ LIBMICROHTTPD_LICENSE       := LGPL-2.1-only OR 
GPL-2.0-only WITH eCos-exception-2.0
 LIBMICROHTTPD_CONF_TOOL        := autoconf
 LIBMICROHTTPD_CONF_OPT := \
        $(CROSS_AUTOCONF_USR) \
-       $(GLOBAL_LARGE_FILE_OPTION) \
+       --disable-nls \
+       --disable-rpath \
+       --disable-thread-names \
+       --disable-doc \
+       --disable-examples \
+       --enable-poll \
+       --enable-epoll \
+       --enable-itc=eventfd \
        --disable-curl \
+       $(GLOBAL_LARGE_FILE_OPTION) \
+       --enable-sendfile \
        --$(call ptx/endis, PTXCONF_LIBMICROHTTPD_MESSAGES)-messages \
+       --enable-postprocessor \
        --$(call ptx/endis, PTXCONF_LIBMICROHTTPD_HTTPS)-https \
        --enable-bauth \
        --disable-dauth \
-       --disable-coverage
+       --disable-httpupgrade \
+       --disable-coverage \
+       --enable-asserts \
+       --disable-experimental
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.30.2


_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to