libmicrohttpd: bump to 0.9.39

Bump to new version, and disable building examples.

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Simon Marchi 2015-02-19 16:44:30 -05:00 committed by Thomas Petazzoni
parent 5fd6ab65a3
commit a9bf9fb5a2
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
# Locally calculated after checking pgp signature
sha256 8df2b4dd863c98799a4775a530d905363fbc02fec850af9094da890b28b9e721 libmicrohttpd-0.9.38.tar.gz
sha256 4f937b6065c366d776be86b1d24b8fc400ebc7ea006a9d77c49a8f2f0cd7e373 libmicrohttpd-0.9.39.tar.gz

View File

@ -4,11 +4,11 @@
#
################################################################################
LIBMICROHTTPD_VERSION = 0.9.38
LIBMICROHTTPD_VERSION = 0.9.39
LIBMICROHTTPD_SITE = $(BR2_GNU_MIRROR)/libmicrohttpd
LIBMICROHTTPD_LICENSE_FILES = COPYING
LIBMICROHTTPD_INSTALL_STAGING = YES
LIBMICROHTTPD_CONF_OPTS = --disable-curl --disable-spdy
LIBMICROHTTPD_CONF_OPTS = --disable-curl --disable-spdy --disable-examples
ifeq ($(BR2_PACKAGE_LIBMICROHTTPD_SSL),y)
LIBMICROHTTPD_LICENSE = LGPLv2.1+