[Buildroot] [PATCH] socat: enable TERMIOS

Yegor Yefremov yegor_sub1 at visionsystems.de
Mon Jan 10 09:40:34 UTC 2011


Enable TERMIOS handling in socat, so that such options as echo, raw etc.
could be used for serial connections.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>

diff --git a/package/socat/socat.mk b/package/socat/socat.mk
index 2b53d88..b071c75 100644
--- a/package/socat/socat.mk
+++ b/package/socat/socat.mk
@@ -66,7 +66,6 @@ $(SOCAT_WORKDIR)/Makefile: $(SOCAT_DIR)/.unpacked
 		--localstatedir=/var \
 		--mandir=/usr/man \
 		--infodir=/usr/info \
-		--disable-termios \
 		$(DISABLE_NLS); \
 	$(SED) 's/#define HAVE_TERMIOS_ISPEED 1/#undef HAVE_TERMIOS_ISPEED/g' config.h; \
 	)




More information about the buildroot mailing list