Enable termios support in socat, bump package release number (#4411)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13934 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-01-08 13:48:48 +00:00
parent 5fd3003b40
commit 7adeb517b6

View File

@ -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" \
)