projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b16669
)
tcl: add missing dependency
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2012 01:56:45 +0000
(
01:56
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2012 01:56:45 +0000
(
01:56
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32253
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/tcl/Makefile
patch
|
blob
|
history
diff --git
a/lang/tcl/Makefile
b/lang/tcl/Makefile
index
86f09ec
..
98fa165
100644
(file)
--- a/
lang/tcl/Makefile
+++ b/
lang/tcl/Makefile
@@
-25,6
+25,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/tcl
SECTION:=lang
CATEGORY:=Languages
+ DEPENDS:=+libpthread
TITLE:=TCL Lang
URL:=http://www.tcl.tk
endef