summaryrefslogtreecommitdiffstats
path: root/package/socat
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-26 15:04:15 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-26 15:04:15 +0000
commit99f63de9aa85a08d295537169a01cc34fc062e03 (patch)
treeda2af72097aaa0fbed8cae9b1df1d17a9d7cf463 /package/socat
parent3bc8257dc78822b14f8aac2a02ae96af16ea8f90 (diff)
downloadbuildroot-novena-99f63de9aa85a08d295537169a01cc34fc062e03.tar.gz
buildroot-novena-99f63de9aa85a08d295537169a01cc34fc062e03.zip
security version bump with build fixes from nedd
Diffstat (limited to 'package/socat')
-rw-r--r--package/socat/socat.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/socat/socat.mk b/package/socat/socat.mk
index d1cead048..37df0e7c7 100644
--- a/package/socat/socat.mk
+++ b/package/socat/socat.mk
@@ -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