diff options
author | Jianhui Zhao <jianhuizhao329@gmail.com> | 2018-03-18 11:03:19 +0800 |
---|---|---|
committer | Jianhui Zhao <jianhuizhao329@gmail.com> | 2018-03-18 11:03:19 +0800 |
commit | 1308749d840adca205d193100dbc3c086848dc59 (patch) | |
tree | e736f60ba3393e887b9f074c7d8f4659dd89e819 /libs | |
parent | 412c262e764421aa5321714331de45660cfd463a (diff) |
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 <jianhuizhao329@gmail.com>
Diffstat (limited to 'libs')
-rwxr-xr-x | libs/libuhttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libuhttpd/Makefile b/libs/libuhttpd/Makefile index 44e30c9a0..7f032dea1 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) |