[package] tcpser: fix dependency on libpthread

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33567 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-09-27 08:29:06 +00:00
parent a8ad7519e8
commit a3e752d03a

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=tcpser
PKG_VERSION:=1.0rc12
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.jbrain.com/pub/linux/serial/
@ -24,7 +24,7 @@ define Package/tcpser
CATEGORY:=Utilities
TITLE:=Hayes compatible modem emulator
URL:=http://www.jbrain.com/pub/linux/serial/
DEPENDS:=libpthread
DEPENDS:=+libpthread
endef
define Package/tcpser/description