pass --disable-termios to configure (closes: #964), bump release number.
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 19 Nov 2006 22:27:29 +0000 (22:27 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 19 Nov 2006 22:27:29 +0000 (22:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5588 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/socat/Makefile

index e55b12f..c818e2b 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=socat
 PKG_VERSION:=1.4.3.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download/
@@ -41,6 +41,7 @@ define Build/Configure
        $(call Build/Configure/Default, \
                --disable-libwrap \
                --disable-readline \
+               --disable-termios \
                , \
                sc_cv_termios_ispeed="no" \
        )