From 793797ad1e7dea804ca0e2ee97eb9d9dbecfa049 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Sun, 3 Oct 2010 19:55:33 +0000 Subject: [PATCH] [packages] btpd: Add missing libpthread dependency (#8003) SVN-Revision: 23207 --- net/btpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/btpd/Makefile b/net/btpd/Makefile index 5efaef0089..8903a37740 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 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:=btpd PKG_VERSION:=0.15 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.murmeldjur.se/btpd/ @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/btpd SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl + DEPENDS:=+libopenssl +libpthread SUBMENU:=BitTorrent TITLE:=btpd - BitTorrent Protocol Daemon URL:=http://www.murmeldjur.se/btpd/ -- 2.30.2