projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b95bcb6
)
boost: add missing dependencies
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 20:33:33 +0000
(20:33 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 20:33:33 +0000
(20:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32202
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/boost/Makefile
patch
|
blob
|
history
diff --git
a/libs/boost/Makefile
b/libs/boost/Makefile
index
349fdc0
..
c246039
100644
(file)
--- a/
libs/boost/Makefile
+++ b/
libs/boost/Makefile
@@
-46,7
+46,7
@@
define Package/boost/Default
CATEGORY:=Libraries
TITLE:=Boost C++ source libraries
URL:=http://www.boost.org
- DEPENDS:=+libstdcpp
+ DEPENDS:=+libstdcpp
+libpthread +librt
MAINTAINER:=Mirko Vogt <mirko@openwrt.org>
endef