X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fsocat%2FMakefile;h=c818e2b14ba9002c72d70bc4111cd2a1bad58467;hp=e55b12f2beebab23d1702e1248f47abc43ec7929;hb=ac11de1c0af39b0830b59dddc014e12e4b040a1e;hpb=75ea41a2c060b638aed79b8ce50de8f86505c1b3 diff --git a/net/socat/Makefile b/net/socat/Makefile index e55b12f2be..c818e2b14b 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -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" \ )