summaryrefslogtreecommitdiffstats
path: root/rules/libmicrohttpd.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libmicrohttpd.in')
-rw-r--r--rules/libmicrohttpd.in17
1 files changed, 3 insertions, 14 deletions
diff --git a/rules/libmicrohttpd.in b/rules/libmicrohttpd.in
index dc4deb63a..ea6501594 100644
--- a/rules/libmicrohttpd.in
+++ b/rules/libmicrohttpd.in
@@ -1,10 +1,9 @@
-## SECTION=staging
-## old section:
-### SECTION=networking
+## SECTION=networking
menuconfig LIBMICROHTTPD
tristate
- select LIBC_PTHREAD
+ select LIBC_PTHREAD if RUNTIME
+ select GNUTLS if LIBMICROHTTPD_HTTPS
select LIBGCRYPT if LIBMICROHTTPD_HTTPS
prompt "libmicrohttpd "
help
@@ -14,10 +13,6 @@ menuconfig LIBMICROHTTPD
functionality into applications. It will be used in future
GNUnet versions as part of the HTTP transport.
- STAGING: remove in ptxdist-2016.08.0
- Upstream is at revision 0.9 and the archives for 0.4.4 seems no longer
- available.
-
if LIBMICROHTTPD
config LIBMICROHTTPD_HTTPS
@@ -29,12 +24,6 @@ config LIBMICROHTTPD_HTTPS
If you disable HTTPS/SSL support, you can also choose the
eCos License.
-config LIBMICROHTTPD_CLIENT_SIDE
- bool
- prompt "Client side support"
- help
- FIXME
-
config LIBMICROHTTPD_MESSAGES
bool
prompt "Messages"