[package] fix missing libpthread dependency in imspector makefile (#5654)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17195 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-08-09 10:51:27 +00:00
parent 7a591baa3c
commit c30719cc06

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=imspector
PKG_VERSION:=0.8
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.imspector.org/downloads
@ -24,7 +24,7 @@ define Package/imspector
TITLE:=IMSpector is an Instant Messenger proxy
URL:=http://www.imspector.org
DEPENDS:=+libopenssl +libstdcpp +libmysqlclient +libsqlite3 +libpq \
+libiconv
+libiconv +libpthread
endef
define Package/imspector/description