Browse Source

uhttpd: fix compilation with eglibc

SVN-Revision: 33860
Jo-Philipp Wich 13 years ago
parent
commit
5fb6cf9a11
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/network/services/uhttpd/Makefile

+ 2 - 2
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 <[email protected]>