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:
f75dc4e
)
Enable termios support in socat, bump package release number (#4411)
author
Florian Fainelli
<florian@openwrt.org>
Thu, 8 Jan 2009 13:48:48 +0000
(13:48 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 8 Jan 2009 13:48:48 +0000
(13:48 +0000)
SVN-Revision: 13934
net/socat/Makefile
patch
|
blob
|
history
diff --git
a/net/socat/Makefile
b/net/socat/Makefile
index 22b3aaee0ca8c1c8a83b3cbe2fa7dd861fd61325..f9de26394ad09601aacfd81c14acbaef9c69a836 100644
(file)
--- a/
net/socat/Makefile
+++ b/
net/socat/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=socat
PKG_VERSION:=1.6.0.1
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download/
@@
-39,8
+39,8
@@
define Build/Configure
$(call Build/Configure/Default, \
--disable-libwrap \
--disable-readline \
- --disable-termios \
--disable-openssl \
+ --enable-termios \
, \
sc_cv_termios_ispeed="no" \
)