From: florian Date: Wed, 24 Oct 2012 13:05:18 +0000 (+0000) Subject: [package] uclibc++: make it depend on INSTALL_LIBSTDCPP X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8b3c85ca8244eec0d01eea269922d780f73ccebb;p=openwrt.git [package] uclibc++: make it depend on INSTALL_LIBSTDCPP git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33910 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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