Browse Source

uclibc++: make it depend on INSTALL_LIBSTDCPP

SVN-Revision: 33910
Florian Fainelli 13 years ago
parent
commit
4eda974038
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/libs/uclibc++/Makefile

+ 1 - 0
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