projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5040b0
)
[package] tcpser: fix dependency on libpthread
author
Florian Fainelli
<florian@openwrt.org>
Thu, 27 Sep 2012 08:29:06 +0000
(08:29 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 27 Sep 2012 08:29:06 +0000
(08:29 +0000)
SVN-Revision: 33567
utils/tcpser/Makefile
patch
|
blob
|
history
diff --git
a/utils/tcpser/Makefile
b/utils/tcpser/Makefile
index 53d45fe667f71eb49d5a4d7311f9aa838fe452b8..c0df184b93462b367692d2ad303cb98a419763b6 100644
(file)
--- a/
utils/tcpser/Makefile
+++ b/
utils/tcpser/Makefile
@@
-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