From 148c591c9d5a4c55833577fcc2ba31b6b8e80a1e Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 14 Jul 2009 12:08:14 +0000 Subject: [PATCH] [package] make uclibc++ compile again with gcc-4.4.0 (#5185) git-svn-id: svn://svn.openwrt.org/openwrt/packages@16839 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/uclibc++/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/uclibc++/Makefile b/libs/uclibc++/Makefile index 328d0430d..5eb28a5f2 100644 --- a/libs/uclibc++/Makefile +++ b/libs/uclibc++/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uclibc++ PKG_VERSION:=0.2.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=uClibc++-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://cxx.uclibc.org/src/