projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84dcfd8
)
tcl: add missing dependency
author
Felix Fietkau
<
[email protected]
>
Tue, 12 Jun 2012 01:56:45 +0000
(
01:56
+0000)
committer
Felix Fietkau
<
[email protected]
>
Tue, 12 Jun 2012 01:56:45 +0000
(
01:56
+0000)
SVN-Revision: 32253
lang/tcl/Makefile
patch
|
blob
|
history
diff --git
a/lang/tcl/Makefile
b/lang/tcl/Makefile
index 86f09ec922d12d6bdfa9302452f3ed467f53c051..98fa165715e9b1b7f7c3010ae3d1425683a18084 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