mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
webkit2gtk: fix armv6l* build
This commit is contained in:
parent
c3b7e9dd53
commit
c651c782d6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ makedepends="
|
|||
libnotify-devel hyphen-devel"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/13456/steps/shell_3/logs/stdio"
|
||||
armv6*) CXXFLAGS="-D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1"
|
||||
esac
|
||||
|
||||
# Package build options
|
||||
|
|
Loading…
Add table
Reference in a new issue