@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := libmicrohttpd
PKG_VERSION := 0.9.70
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := @GNU/libmicrohttpd
@ -28,7 +28,7 @@ define Package/libmicrohttpd/default
SECTION:= libs
CATEGORY:= Libraries
TITLE:= GNU libmicrohttpd is a library that runs an HTTP server.
URL:= http://www.gnu.org/software/libmicrohttpd/
URL:= https ://www.gnu.org/software/libmicrohttpd/
e n d e f
d e f i n e P a c k a g e / l i b m i c r o h t t p d - n o - s s l
@ -46,13 +46,19 @@ $(call Package/libmicrohttpd/default)
PROVIDES:= libmicrohttpd
e n d e f
d e f i n e P a c k a g e / l i b m i c r o h t t p d / d e s c r i p t i o n
GNU libmicrohttpd is a small C library that is supposed to make it easy
to run an HTTP server as part of another application.
e n d e f
CONFIGURE_ARGS += \
--disable-curl \
--disable-rpath \
--disable-doc \
--disable-examples \
--disable-poll \
--enable-epoll
--enable-epoll \
--with-pic
i f e q ( $( BUILD_VARIANT ) , s s l )
CONFIGURE_ARGS += \
@ -64,11 +70,6 @@ CONFIGURE_ARGS += \
--without-gnutls
e n d i f
d e f i n e P a c k a g e / l i b m i c r o h t t p d / d e s c r i p t i o n
GNU libmicrohttpd is a small C library that is supposed to make it easy
to run an HTTP server as part of another application.
e n d e f
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) $( 1) /usr/include/
$( INSTALL_DATA) $( PKG_INSTALL_DIR) /usr/include/microhttpd.h $( 1) /usr/include/