From: Steven Barth Date: Mon, 30 Jun 2014 07:56:33 +0000 (+0000) Subject: odhcpd: fix build failure with musl X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=commitdiff_plain;h=3c791c31bfd2ff383a3b46d7228350b504fa0ab5 odhcpd: fix build failure with musl SVN-Revision: 41409 --- diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index d0bc355fc0..61f8b9dd99 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2014-06-18 +PKG_VERSION:=2014-06-30 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://github.com/sbyx/odhcpd.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=82f3096351911d8c4f3b38e7a5bbeaf75938b6b8 +PKG_SOURCE_VERSION:=d8d6d784258b64d23e7f1cc0a2ee02e88377707d PKG_MAINTAINER:=Steven Barth