From: jow Date: Sun, 17 Jul 2011 14:42:24 +0000 (+0000) Subject: [packages] mrd6: depends on libstdcpp X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=f86d9260e2891528a73379c60b713501c4bbed74;p=packages.git [packages] mrd6: depends on libstdcpp git-svn-id: svn://svn.openwrt.org/openwrt/packages@27644 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/ipv6/mrd6/Makefile b/ipv6/mrd6/Makefile index c20d6c490..d71ed345f 100644 --- a/ipv6/mrd6/Makefile +++ b/ipv6/mrd6/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 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:=mrd6 PKG_VERSION:=0.9.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/m/mrd6/ @@ -25,6 +25,7 @@ define Package/mrd6 CATEGORY:=IPv6 TITLE:=IPv6 multicast routing daemon URL:=http://fivebits.net/proj/mrd6 + DEPENDS:=+libstdcpp endef define Package/mrd6/description