socat: fix cross musl
This commit is contained in:
parent
53e8d2692e
commit
1a6ebe9892
|
@ -16,5 +16,5 @@ distfiles="http://www.dest-unreach.org/socat/download/socat-$version.tar.bz2"
|
|||
checksum=e3561f808739383eb10fada1e5d4f26883f0311b34fd0af7837d0c95ef379251
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
|
||||
*-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue