diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-28 19:50:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-28 19:50:33 +0000 |
commit | 3b3e5b7a4911c4d1ff97f8772906bed073974234 (patch) | |
tree | e7fa04c2ec1e4d5d3ecfb5f8a2dd1218cd58e262 /package/uhttpd/Makefile | |
parent | 6c7916e975695bdc73dc19ae64e133ab1490c454 (diff) | |
download | upstream-3b3e5b7a4911c4d1ff97f8772906bed073974234.tar.gz upstream-3b3e5b7a4911c4d1ff97f8772906bed073974234.tar.bz2 upstream-3b3e5b7a4911c4d1ff97f8772906bed073974234.zip |
uhttpd: substitute "+" with space when using the -d flag, lazyload tls support
SVN-Revision: 25220
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 bba7ac53ad..4c06374394 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=21 +PKG_RELEASE:=22 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS := libcyassl liblua |