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 | 59d0f03c9af97f38ddb4b99d9a86fa845e1fe170 (patch) | |
tree | 5878e0e4621f181d0ec70a7624f4069c86fa3d8d /package/libs | |
parent | a246bdf3c4b535e54b5d71313e297b6aea7ce19e (diff) | |
download | master-187ad058-59d0f03c9af97f38ddb4b99d9a86fa845e1fe170.tar.gz master-187ad058-59d0f03c9af97f38ddb4b99d9a86fa845e1fe170.tar.bz2 master-187ad058-59d0f03c9af97f38ddb4b99d9a86fa845e1fe170.zip |
[package] uclibc++: make it depend on INSTALL_LIBSTDCPP
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33910 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs')
-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 |