diff --git a/srcpkgs/dosbox-staging/template b/srcpkgs/dosbox-staging/template index 35829b301f9..fc767eeebe6 100644 --- a/srcpkgs/dosbox-staging/template +++ b/srcpkgs/dosbox-staging/template @@ -1,6 +1,6 @@ # Template file for 'dosbox-staging' pkgname=dosbox-staging -version=0.81.2 +version=0.82.0 revision=1 build_style=meson build_helper=qemu @@ -14,5 +14,11 @@ maintainer="Joshua Krämer " license="GPL-2.0-or-later" homepage="https://dosbox-staging.github.io" distfiles="https://github.com/dosbox-staging/dosbox-staging/archive/v${version}.tar.gz" -checksum=6676a3b6957c144a80ca8c3ffec2a0bec0320274382f23af9c57dd1c20b2eb1b +checksum=a3f63f86bf203ba28512e189ce6736cdb0273647e77a62ce47ed3d01b3b4a88d conflicts="dosbox" + +# ARMv6/v7: LTO leads to strange errors "Error: invalid literal constant: pool needs to be closer" + +case "$XBPS_TARGET_MACHINE" in + arm*) configure_args+=" -Db_lto=false" +esac