mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
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
Reference in a new issue