tcpser: fix dependency on libpthread
authorFlorian Fainelli <florian@openwrt.org>
Thu, 27 Sep 2012 08:29:06 +0000 (08:29 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 27 Sep 2012 08:29:06 +0000 (08:29 +0000)
SVN-Revision: 33567

utils/tcpser/Makefile

index 53d45fe667f71eb49d5a4d7311f9aa838fe452b8..c0df184b93462b367692d2ad303cb98a419763b6 100644 (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