Evgeny Ermakov 2022-01-11 03:50:02 +11:00 committed by Érico Nogueira Rolim
parent 8516d16e55
commit 269330e482

View file

@ -1,6 +1,6 @@
# Template file for 'socat'
pkgname=socat
version=1.7.4.2
version=1.7.4.3
revision=1
build_style=gnu-configure
configure_args="--disable-libwrap --enable-fips
@ -11,10 +11,12 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://www.dest-unreach.org/socat/"
distfiles="http://www.dest-unreach.org/socat/download/socat-${version}.tar.bz2"
checksum=6690a9f9990457b505097a272bbf2cbf4cc35576176f76646e3524b0e91c1763
checksum=d47318104415077635119dfee44bcfb41de3497374a9a001b1aff6e2f0858007
case "$XBPS_TARGET_MACHINE" in
*-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
*-musl) CFLAGS="-D_LINUX_IF_ETHER_H"
configure_args+=" sc_cv_getprotobynumber_r=2"
;;
esac
case "$XBPS_TARGET_MACHINE" in