From 1308749d840adca205d193100dbc3c086848dc59 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Sun, 18 Mar 2018 11:03:19 +0800 Subject: [PATCH] libuhttpd: update to 2.0.3 ecb3ea9 Fix compile error on openwrt-x64 d9ef540 mention some code in lua_template.c copied from. Signed-off-by: Jianhui Zhao --- libs/libuhttpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libuhttpd/Makefile b/libs/libuhttpd/Makefile index 44e30c9a05..7f032dea13 100755 --- a/libs/libuhttpd/Makefile +++ b/libs/libuhttpd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libuhttpd -PKG_VERSION:=2.0.2 +PKG_VERSION:=2.0.3 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL=https://github.com/zhaojh329/libuhttpd.git -PKG_MIRROR_HASH:=206b48ea169654ae7f25c8877c55ac66cda6275d293e6a32f0bc11e4a9adb20e +PKG_MIRROR_HASH:=f20e4081ba1bbea277a3c86f28fa451d54546817a58814fff91470550a5b8e5d CMAKE_INSTALL:=1 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)