From: Florian Fainelli Date: Wed, 24 Oct 2012 13:05:18 +0000 (+0000) Subject: uclibc++: make it depend on INSTALL_LIBSTDCPP X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4eda974038a1d09f9a73973566f72ebfd4ce556a;p=openwrt%2Fstaging%2Fmkresin.git uclibc++: make it depend on INSTALL_LIBSTDCPP SVN-Revision: 33910 --- diff --git a/package/libs/uclibc++/Makefile b/package/libs/uclibc++/Makefile index 15c2bce54b..2dd8f6507e 100644 --- a/package/libs/uclibc++/Makefile +++ b/package/libs/uclibc++/Makefile @@ -26,6 +26,7 @@ define Package/uclibcxx NAME:=uclibc++ SECTION:=libs CATEGORY:=Libraries + DEPENDS:=@INSTALL_LIBSTDCPP TITLE:=C++ library for embedded systems URL:=http://cxx.uclibc.org/src/ endef