mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
MEGAcmd: broken on aarch64-musl
This commit is contained in:
parent
2e2fb35172
commit
f13997ea57
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args="--with-libtool-sysroot=${XBPS_CROSS_BASE}"
|
configure_args="--with-libtool-sysroot=${XBPS_CROSS_BASE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64-musl) broken="Remove when x86_64-musl removes libxml2 from staging" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed \
|
sed \
|
||||||
-e '/SUBDIRS.*sdk/d' \
|
-e '/SUBDIRS.*sdk/d' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue