summaryrefslogtreecommitdiff
path: root/package/libmicrohttpd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-04 21:31:29 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-05 10:20:17 +0100
commit99aa6c71cb8eaca12f1483f1156770e984f61f1d (patch)
tree49bbec6598c6d2e66e4565170bb052b16b35b27d /package/libmicrohttpd
parent17b1218c61278ee70b35134d4956b3322303448d (diff)
libmicrohttpd: update to latest stable version
Diffstat (limited to 'package/libmicrohttpd')
-rw-r--r--package/libmicrohttpd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/libmicrohttpd/Makefile b/package/libmicrohttpd/Makefile
index e86f1f810..329d8e4f9 100644
--- a/package/libmicrohttpd/Makefile
+++ b/package/libmicrohttpd/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libmicrohttpd
-PKG_VERSION:= 0.9.46
+PKG_VERSION:= 0.9.47
PKG_RELEASE:= 1
-PKG_HASH:= 06dbd2654f390fa1e8196fe063fc1449a6c2ed65a38199a49bf29ad8a93b8979
+PKG_HASH:= 96bdab4352a09fd3952a346bc01898536992f50127d0adea1c3096a8ec9f658c
PKG_DESCR:= library make it easy to run an webserver
PKG_SECTION:= libs/net
PKG_URL:= http://www.gnu.org/software/libmicrohttpd/
@@ -19,8 +19,6 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBMICROHTTPD,libmicrohttpd,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-CONFIGURE_ARGS+= --disable-spdy
-
libmicrohttpd-install:
$(INSTALL_DIR) $(IDIR_LIBMICROHTTPD)/usr/lib
$(CP) $(WRKINST)/usr/lib/libmicrohttpd*.so* \