libglvnd: unbreak arm builds
This commit is contained in:
parent
0b9505b26f
commit
39afbab2e9
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
configure_args="-Dtls=disabled"
|
configure_args="-Dtls=disabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*) configure_args+=" -Dasm=disabled";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
$XBPS_FETCH_CMD "https://git.archlinux.org/svntogit/packages.git/plain/trunk/LICENSE?h=packages/libglvnd>LICENSE"
|
$XBPS_FETCH_CMD "https://git.archlinux.org/svntogit/packages.git/plain/trunk/LICENSE?h=packages/libglvnd>LICENSE"
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue