[packages] irssi: Add missing libpthread dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25410 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2011-02-07 21:44:58 +00:00
parent 5acf814a55
commit 2cd1152bdb

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2006-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=irssi
PKG_VERSION:=0.8.15
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://irssi.org/files/
@ -26,7 +26,7 @@ define Package/irssi/Default
SUBMENU:=Instant Messaging
SECTION:=net
CATEGORY:=Network
DEPENDS:=+glib2 +libncurses
DEPENDS:=+glib2 +libncurses +libpthread
TITLE:=Console IRC client
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
URL:=http://irssi.org/