From: jow Date: Fri, 19 Oct 2012 13:54:29 +0000 (+0000) Subject: uhttpd: fix compilation with eglibc X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=1ee49a7b485b63f80e72f268f347836a28f60707 uhttpd: fix compilation with eglibc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33860 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index 555d50c3f2..62b2257147 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_VERSION:=2012-10-15.2 +PKG_VERSION:=2012-10-19 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/uhttpd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=d42932f9da6584c10d5d4bc7a41fa87817ac0677 +PKG_SOURCE_VERSION:=610ed7cc236ff4cb08ace8df8ae0bede18bf38c5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich