# Template file for 'socat' pkgname=socat version=1.8.0.3 revision=1 build_style=gnu-configure configure_args="--disable-libwrap --enable-fips ac_cv_have_z_modifier=yes" makedepends="readline-devel openssl-devel" short_desc="Relay for bidirectional data transfer between two independent channels" maintainer="Leah Neukirchen " license="GPL-2.0-only" homepage="http://www.dest-unreach.org/socat/" changelog="http://www.dest-unreach.org/socat/CHANGES" distfiles="http://www.dest-unreach.org/socat/download/socat-${version}.tar.bz2" checksum=01eb017361d95bb3a6941e840b59e4463a3fabf92df4154ed02b16a2ed6a0095 case "$XBPS_TARGET_MACHINE" in *-musl) CFLAGS="-D_LINUX_IF_ETHER_H" ;; esac case "$XBPS_TARGET_MACHINE" in ppc*) configure_args+=" sc_cv_sys_crdly_shift=12 sc_cv_sys_tabdly_shift=10 sc_cv_sys_csize_shift=8" ;; *) configure_args+=" sc_cv_sys_crdly_shift=9 sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4" ;; esac configure_args+=" ac_cv_ispeed_offset=13"