From: Jo-Philipp Wich Date: Sun, 17 Jul 2011 14:42:24 +0000 (+0000) Subject: mrd6: depends on libstdcpp X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4d485e8395f8f3a9c04291450dc2758a2b6ca19a;p=openwrt%2Fsvn-archive%2Fpackages.git mrd6: depends on libstdcpp SVN-Revision: 27644 --- 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