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 | d787e8414b4ab04ebddbf5d1a5a52278d532c4b3 (patch) | |
tree | 365dfc7640dab674eadb79e04569ee00438db113 /package/uhttpd/Makefile | |
parent | 8ddefa0cd3f02b1adaf0a92772f2b4e779929c46 (diff) | |
download | upstream-d787e8414b4ab04ebddbf5d1a5a52278d532c4b3.tar.gz upstream-d787e8414b4ab04ebddbf5d1a5a52278d532c4b3.tar.bz2 upstream-d787e8414b4ab04ebddbf5d1a5a52278d532c4b3.zip |
[package] uhttpd: finish inherited uloop in forked childs, fixes misdispatched events leading to race conditions and bad memory accesses
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32419 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 := \ |