[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:
parent
a8ad7519e8
commit
a3e752d03a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user