This fixes the build failure reported by Daniel Golle on architectures where char is unsigned by default, which is now fixed upstream.
Signed-off-by: David Woodhouse <david.woodho...@intel.com> --- package/network/ipv6/odhcp6c/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index acb85af..c714759 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -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 <ste...@midlink.org> -- 1.7.7.6 -- dwmw2
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel