Commit eb17c71d authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libmicrohttpd: disable epoll support on avr32



As it isn't available.

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent ab0ff59e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -20,4 +20,9 @@ LIBMICROHTTPD_LICENSE = LGPLv2.1+ or eCos
LIBMICROHTTPD_CONF_OPT += --disable-https
endif

ifeq ($(BR2_avr32),y)
# no epoll_create1
LIBMICROHTTPD_CONF_OPT += --disable-epoll
endif

$(eval $(autotools-package))