projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7756529
)
uclibc++: make it depend on INSTALL_LIBSTDCPP
author
Florian Fainelli
<florian@openwrt.org>
Wed, 24 Oct 2012 13:05:18 +0000
(13:05 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 24 Oct 2012 13:05:18 +0000
(13:05 +0000)
SVN-Revision: 33910
package/libs/uclibc++/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/uclibc++/Makefile
b/package/libs/uclibc++/Makefile
index 15c2bce54bdb9153c1e82d3b009d1b9afe54b2c8..2dd8f6507ec51ddf8d3a85de618c9cfc4e7abc5a 100644
(file)
--- 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