From 3948c077c972f684c0257129d02c17aacea08452 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Wed, 24 Oct 2012 13:05:10 +0000
Subject: [PATCH] make CXX_DEPENDS also depend on INSTALL_LIBSTDCPP

SVN-Revision: 33908
---
 include/uclibc++.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uclibc++.mk b/include/uclibc++.mk
index a1a61f26d4..89298e3f30 100644
--- a/include/uclibc++.mk
+++ b/include/uclibc++.mk
@@ -5,7 +5,7 @@ ifndef DUMP
 endif
 
 PKG_PREPARED_DEPENDS += CONFIG_USE_UCLIBCXX
-CXX_DEPENDS = +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp
+CXX_DEPENDS = @INSTALL_LIBSTDCPP +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp
 
 ifneq ($(CONFIG_USE_UCLIBCXX),)
  ifneq ($(CONFIG_CCACHE),)
-- 
GitLab