1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 18:35:26 +03:00

odhcp6c: Fix build on arch where char is unsigned

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34856 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cyrus 2012-12-22 13:00:45 +00:00
parent 6f8c1d3515
commit 25218a4042

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>