mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
qt6-declarative: workaround on i686
This commit is contained in:
parent
c01467b99b
commit
be6b6380bb
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = i686 ]; then
|
if [ "$XBPS_TARGET_MACHINE" = i686 ]; then
|
||||||
broken="https://build.voidlinux.org/#/builders/9/builds/2274"
|
# workaround for https://build.voidlinux.org/#/builders/9/builds/2274
|
||||||
|
CXXFLAGS="-fno-ipa-sra"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
subpackages="qt6-quick-test qt6-declarative-host-tools qt6-declarative-tools
|
subpackages="qt6-quick-test qt6-declarative-host-tools qt6-declarative-tools
|
||||||
|
|
Loading…
Add table
Reference in a new issue