From: Felix Fietkau Date: Tue, 12 Jun 2012 01:56:45 +0000 (+0000) Subject: tcl: add missing dependency X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=648eedb7d09bb659f2a59023869bc9c4b889efab;p=openwrt%2Fsvn-archive%2Farchive.git tcl: add missing dependency SVN-Revision: 32253 --- diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 86f09ec922..98fa165715 100644 --- 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