[package] uclibc++: make it depend on INSTALL_LIBSTDCPP
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Oct 2012 13:05:18 +0000 (13:05 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Oct 2012 13:05:18 +0000 (13:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33910 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/libs/uclibc++/Makefile

index 15c2bce..2dd8f65 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