From: jow Date: Wed, 13 Jun 2012 00:22:25 +0000 (+0000) Subject: [packages] apf: depends on libpthread X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3238325b640365849a8bfc7c11e2660b5fc16ed7;p=packages.git [packages] apf: depends on libpthread git-svn-id: svn://svn.openwrt.org/openwrt/packages@32316 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/apf/Makefile b/net/apf/Makefile index 05e8eb986..89e46aa51 100644 --- a/net/apf/Makefile +++ b/net/apf/Makefile @@ -27,7 +27,7 @@ define Package/apf CATEGORY:=Network TITLE:=Active port forwarder URL:=http://gray-world.net/pr_af.shtml - DEPENDS:=+libopenssl + DEPENDS:=+libopenssl +libpthread endef define Package/apf/install