mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
lemonbuddy: fix aarch64-musl
This commit is contained in:
parent
b76f8c5bce
commit
b0ec1ac18c
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ checksum="
|
||||||
build_options="alsa i3 mpd network"
|
build_options="alsa i3 mpd network"
|
||||||
build_options_default="$build_options"
|
build_options_default="$build_options"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
[ -d ../i3ipcpp-${_i3ipcpp_version} ] && \
|
[ -d ../i3ipcpp-${_i3ipcpp_version} ] && \
|
||||||
mv ../i3ipcpp-${_i3ipcpp_version}/* lib/i3ipcpp/ || true
|
mv ../i3ipcpp-${_i3ipcpp_version}/* lib/i3ipcpp/ || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue