diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-24 13:05:18 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-24 13:05:18 +0000 |
commit | 4eda974038a1d09f9a73973566f72ebfd4ce556a (patch) | |
tree | 4555d4254346e94e3075d7259a90154a351c5c4b /package/libs/uclibc++ | |
parent | 7756529b80ee7a3ee4f350b17fce167e90409beb (diff) | |
download | upstream-4eda974038a1d09f9a73973566f72ebfd4ce556a.tar.gz upstream-4eda974038a1d09f9a73973566f72ebfd4ce556a.tar.bz2 upstream-4eda974038a1d09f9a73973566f72ebfd4ce556a.zip |
uclibc++: make it depend on INSTALL_LIBSTDCPP
SVN-Revision: 33910
Diffstat (limited to 'package/libs/uclibc++')
-rw-r--r-- | package/libs/uclibc++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |