odhcp6c: Fix build on arch where char is unsigned

SVN-Revision: 34856
lede-17.01
Steven Barth 2012-12-22 13:00:45 +00:00
parent 970c5d97fe
commit f36c3067c6
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcp6c
PKG_VERSION:=2012-11-29
PKG_VERSION:=2012-12-22
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/odhcp6c.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=53e6041e90e9d69576240ff5e403f8fa35cc6a93
PKG_SOURCE_VERSION:=e8b21f28d61621624a74c40f3709835476a88293
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>