summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/libmicrohttpd.in7
-rw-r--r--rules/libmicrohttpd.make7
2 files changed, 1 insertions, 13 deletions
diff --git a/rules/libmicrohttpd.in b/rules/libmicrohttpd.in
index ba6d0d4d0..e69cc1c43 100644
--- a/rules/libmicrohttpd.in
+++ b/rules/libmicrohttpd.in
@@ -14,13 +14,6 @@ menuconfig LIBMICROHTTPD
if LIBMICROHTTPD
-config LIBMICROHTTPD_LARGEFILE
- bool
- prompt "Large file support"
- default y
- help
- FIXME
-
config LIBMICROHTTPD_HTTPS
bool
prompt "HTTPS support"
diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make
index a0f5ceea4..32c76387b 100644
--- a/rules/libmicrohttpd.make
+++ b/rules/libmicrohttpd.make
@@ -43,15 +43,10 @@ LIBMICROHTTPD_ENV := $(CROSS_ENV)
#
LIBMICROHTTPD_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_LARGE_FILE_OPTION) \
--disable-curl \
--disable-coverage
-ifdef PTXCONF_LIBMICROHTTPD_LARGEFILE
-LIBMICROHTTPD_AUTOCONF += --enable-largefile
-else
-LIBMICROHTTPD_AUTOCONF += --disable-largefile
-endif
-
ifdef PTXCONF_LIBMICROHTTPD_HTTPS
LIBMICROHTTPD_AUTOCONF += --enable-https
else