projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1adb0b0
)
qolyester: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:57:02 +0000
(
01:57
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:57:02 +0000
(
01:57
+0000)
SVN-Revision: 32258
net/qolyester/Makefile
patch
|
blob
|
history
diff --git
a/net/qolyester/Makefile
b/net/qolyester/Makefile
index 13cbca4308bb469c8f0ce8e6085f2a5cb8675990..3b7f25fa604c29b7db4c5ac546d5a55aa72885dc 100644
(file)
--- a/
net/qolyester/Makefile
+++ b/
net/qolyester/Makefile
@@
-22,7
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/qolyester
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libpthread @!TARGET_avr32 @!powerpc
+ DEPENDS:=+libpthread
+libstdcpp
@!TARGET_avr32 @!powerpc
TITLE:=OLSR implementation with QoS
URL:=http://qolsr.lri.fr/code/
endef