From efb18d6dbe38a131be6657f6761f272575d00cc2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 10 Mar 2014 11:32:02 +0100 Subject: [PATCH] socat: cross build support. --- srcpkgs/socat/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/socat/template b/srcpkgs/socat/template index ee3119a3df..884620fdf0 100644 --- a/srcpkgs/socat/template +++ b/srcpkgs/socat/template @@ -3,7 +3,10 @@ pkgname=socat version=1.7.2.4 revision=1 build_style=gnu-configure -configure_args="--disable-libwrap --enable-fips" +configure_args="--disable-libwrap --enable-fips + ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 + sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4 + ac_cv_ispeed_offset=13" makedepends="readline-devel>=6.3 openssl-devel" short_desc="Relay for bidirectional data transfer between two independent data channels" maintainer="Juan RP "