socat: fix for aarch64-musl.
This commit is contained in:
parent
28c5e8c4d5
commit
8c03b37f20
@ -1,7 +1,7 @@
|
||||
# Template file for 'socat'
|
||||
pkgname=socat
|
||||
version=1.7.3.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-libwrap --enable-fips
|
||||
ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9
|
||||
@ -14,3 +14,7 @@ license="GPL-2"
|
||||
homepage="http://www.dest-unreach.org/socat/"
|
||||
distfiles="http://www.dest-unreach.org/socat/download/socat-$version.tar.bz2"
|
||||
checksum=d2da659540c38139f388e9437bfaae16bb458d174d056cb3228432a8f489fbaa
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user