diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-02 14:56:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-02 14:56:24 +0000 |
commit | 2cf72776d89f96eb6184b084992894c86a62cd00 (patch) | |
tree | 7343b0088cfc5c8f42ca6dda6e73201e7c16c66c /package/uhttpd/Makefile | |
parent | 2b4ef2eafa64251ea956dab9e4fe013865aced44 (diff) | |
download | upstream-2cf72776d89f96eb6184b084992894c86a62cd00.tar.gz upstream-2cf72776d89f96eb6184b084992894c86a62cd00.tar.bz2 upstream-2cf72776d89f96eb6184b084992894c86a62cd00.zip |
uhttpd: add explicit stdin eof notification for Lua and CGI childs
SVN-Revision: 32027
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 13da14dfe9..9d8f9fa95d 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=34 +PKG_RELEASE:=35 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |