mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
webkit2gtk: fix build by enabling SSE2 on i686
We already need SSE2 anyway due to gst-plugins-base1, which also uses it. fixes #11162 [ci skip]
This commit is contained in:
parent
ead8adf51c
commit
b065a33120
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ CXXFLAGS="-Wno-expansion-to-defined"
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) configure_args+=" -DUSE_LD_GOLD=0";;
|
||||
i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/17230/steps/shell_3/logs/stdio";;
|
||||
i686*) CXXFLAGS+="-O2 -msse2";;
|
||||
esac
|
||||
|
||||
# Package build options
|
||||
|
|
Loading…
Add table
Reference in a new issue