projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b598c49
)
net/quagga: fix a dependency issue (thank you acinonyx)
author
acoul
<acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 21 Dec 2010 11:47:31 +0000
(11:47 +0000)
committer
acoul
<acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 21 Dec 2010 11:47:31 +0000
(11:47 +0000)
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@24747
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 59c11a6337a49a9734c3e8a92caad6fef403c94e..9ad6ceb9542332726505b3722c6ec73c7f215282 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-43,7
+43,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/quagga/Default
SECTION:=net
CATEGORY:=Network
- DEPENDS:=quagga
+ DEPENDS:=quagga
+libpthread
TITLE:=The Quagga Software Routing Suite
URL:=http://www.quagga.net
MAINTAINER:=Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>