security version bump with build fixes from nedd
authorMike Frysinger <vapier@gentoo.org>
Tue, 26 Oct 2004 15:04:15 +0000 (15:04 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 26 Oct 2004 15:04:15 +0000 (15:04 -0000)
package/socat/socat.mk

index d1cead04826eb093de10f97a2b583f0dba609ab8..37df0e7c74485a96176d3a41ec3ffd4335fcd3b0 100644 (file)
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-SOCAT_VERSION=1.4.0.2
+SOCAT_VERSION=1.4.0.3
 
 # Don't alter below this line unless you (think) you know
 # what you are doing! Danger, Danger!
@@ -42,7 +42,9 @@ $(SOCAT_WORKDIR)/Makefile: $(SOCAT_DIR)/.unpacked
                --localstatedir=/var \
                --mandir=/usr/man \
                --infodir=/usr/info \
-               $(DISABLE_NLS) \
+               --disable-termios \
+               $(DISABLE_NLS); \
+       $(SED) 's/#define HAVE_TERMIOS_ISPEED 1/#undef HAVE_TERMIOS_ISPEED/g' config.h; \
        );
         
 $(SOCAT_WORKDIR)/socat:        $(SOCAT_WORKDIR)/Makefile