From: nbd Date: Tue, 12 Jun 2012 01:57:02 +0000 (+0000) Subject: qolyester: add missing dependency X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=732205dfcb19c4d0fc25d81ff56cdf83b3846c0d;p=packages.git qolyester: add missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32258 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/qolyester/Makefile b/net/qolyester/Makefile index 13cbca430..3b7f25fa6 100644 --- 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