X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fmutella%2FMakefile;h=bbe22e14f2044b180f9d532f2412003eb55ee198;hb=7da412718fd1686a47e71522b24b8eba7db44d07;hp=a8b4813a650d39c2efe18efa45a2079d2de311ed;hpb=e1f5239271a3d6c445374b16d183f9334e2afbac;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/mutella/Makefile b/net/mutella/Makefile index a8b4813a65..bbe22e14f2 100644 --- a/net/mutella/Makefile +++ b/net/mutella/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mutella PKG_VERSION:=0.4.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) @@ -26,7 +26,7 @@ define Package/mutella CATEGORY:=Network TITLE:=Gnutella client with command line and http interface URL:=http://mutella.sourceforge.net/ - DEPENDS:=+libncurses +libreadline +libpthread +uclibcxx +zlib + DEPENDS:=+libncurses +libreadline +libpthread +libstdcpp +zlib endef define Package/mutella/description @@ -41,7 +41,6 @@ define Package/mutella/description endef CONFIGURE_VARS += \ - CXX="g++-uc+std" \ CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \ define Build/Prepare