diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-18 00:41:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-18 00:41:43 +0000 |
commit | c73b39fd302245a47813d1a41a082df7b82c45fb (patch) | |
tree | ba2e5ccab10d9f4f116b09f56bb4f6b24fe3f3b1 /package/uhttpd/Makefile | |
parent | fd38f78bfe8a58cade2a902e53a6f38dc9224772 (diff) | |
download | upstream-c73b39fd302245a47813d1a41a082df7b82c45fb.tar.gz upstream-c73b39fd302245a47813d1a41a082df7b82c45fb.tar.bz2 upstream-c73b39fd302245a47813d1a41a082df7b82c45fb.zip |
uhttpd: finish inherited uloop in forked childs, fixes misdispatched events leading to race conditions and bad memory accesses
SVN-Revision: 32419
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 9d8f9fa95d..b8afa0d89f 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=35 +PKG_RELEASE:=36 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |