From cc7557ce51b514fd0145fe9f9766be5ebbab35e7 Mon Sep 17 00:00:00 2001 From: kyak Date: Tue, 8 Mar 2011 16:35:04 +0300 Subject: [PATCH] cxxtools: updated to 2.0, fix build issues --- cxxtools/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cxxtools/Makefile b/cxxtools/Makefile index d0c847e..841f1f8 100644 --- a/cxxtools/Makefile +++ b/cxxtools/Makefile @@ -8,17 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cxxtools -PKG_VERSION:=1.99.5.20091227-1 +PKG_VERSION:=2.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tntnet.org/download -PKG_MD5SUM:=c0cb4270f33b46b1fb3fb7d7abd974c0 +PKG_MD5SUM:=763ef672a577fa8b93c37239ee0f3d59 PKG_INSTALL:=1 -PKG_FIXUP:=libtool - include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk