lemonbuddy: fix fix aarch64-musl

This commit is contained in:
Michael Gehring 2016-10-03 22:26:13 +02:00
parent b0ec1ac18c
commit 93d14bbc7f

View file

@ -33,7 +33,7 @@ build_options="alsa i3 mpd network"
build_options_default="$build_options"
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
aarch64-musl) CXXFLAGS="-D_LINUX_IF_ETHER_H";;
esac
post_extract() {