Thanks, applied as 4702b6a81f20d018f244a9cb2546d1607eb567b1. Michael
[sent from post-receive hook] On Fri, 10 Dec 2021 14:07:12 +0100, Alexander Dahl <[email protected]> wrote: > Signed-off-by: Alexander Dahl <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make > index e79b29ce4792..2a4700ead249 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 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
