socat: fix cross musl
This commit is contained in:
parent
53e8d2692e
commit
1a6ebe9892
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ distfiles="http://www.dest-unreach.org/socat/download/socat-$version.tar.bz2"
|
||||||
checksum=e3561f808739383eb10fada1e5d4f26883f0311b34fd0af7837d0c95ef379251
|
checksum=e3561f808739383eb10fada1e5d4f26883f0311b34fd0af7837d0c95ef379251
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
|
*-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue