Fix recursive libpthread dependency on libpthread
authorFlorian Fainelli <florian@openwrt.org>
Thu, 14 Aug 2008 13:16:53 +0000 (13:16 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 14 Aug 2008 13:16:53 +0000 (13:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@12307 3c298f89-4303-0410-b956-a3cf2f4a3e73

Makefile

index 87536333d8949f6eba254f047b76ea83dc960813..c641effe98318128cbdab43c0c52700f39c3842e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ endef
 define Package/olsrd
   $(call Package/olsrd/template)
   MENU:=1
-  DEPENDS:=libpthread
+  DEPENDS:=+libpthread
 endef
 
 define Package/olsrd/conffiles
@@ -45,13 +45,13 @@ endef
 
 define Package/olsrd-mod-bmf
   $(call Package/olsrd/template)
-  DEPENDS:=olsrd +libpthread +kmod-tun
+  DEPENDS:=olsrd +kmod-tun
   TITLE:=Basic multicast forwarding plugin
 endef
 
 define Package/olsrd-mod-dyn-gw
   $(call Package/olsrd/template)
-  DEPENDS:=olsrd +libpthread
+  DEPENDS:=olsrd
   TITLE:=Dynamic internet gateway plugin
 endef