diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-04 15:53:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-04 15:53:51 +0000 |
commit | 8533636d2d106ed19c752239c866fc89bcefffc2 (patch) | |
tree | 7a640d4bb685d0156d58f7aee84005bbe884cc8b /package/uhttpd/Makefile | |
parent | 086cae30ce9310fa7dc785d1a0c4cb8b487bc948 (diff) | |
download | upstream-8533636d2d106ed19c752239c866fc89bcefffc2.tar.gz upstream-8533636d2d106ed19c752239c866fc89bcefffc2.tar.bz2 upstream-8533636d2d106ed19c752239c866fc89bcefffc2.zip |
uhttpd: cope with variable number of spaces in header lines (#11079)
SVN-Revision: 30806
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index e0e567af45..5688073add 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2011 Jo-Philipp Wich <xm@subsignal.org> +# Copyright (C) 2010-2012 Jo-Philipp Wich <xm@subsignal.org> # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=30 +PKG_RELEASE:=31 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |