uclibc++: make it depend on INSTALL_LIBSTDCPP
authorFlorian Fainelli <florian@openwrt.org>
Wed, 24 Oct 2012 13:05:18 +0000 (13:05 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 24 Oct 2012 13:05:18 +0000 (13:05 +0000)
SVN-Revision: 33910

package/libs/uclibc++/Makefile

index 15c2bce54bdb9153c1e82d3b009d1b9afe54b2c8..2dd8f6507ec51ddf8d3a85de618c9cfc4e7abc5a 100644 (file)
@@ -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