webkit2gtk: fix armv6*
This commit is contained in:
parent
ed9ba46592
commit
c45b02f237
1 changed files with 2 additions and 3 deletions
|
@ -16,7 +16,7 @@ checksum=e15420e1616a6f70f321541d467af5ca285bff66b1e0fa68a01df3ccf1b18f9e
|
|||
# ETOOHUGE
|
||||
nodebug=1
|
||||
|
||||
CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1 -D_GLIBCXX_USE_C99_STDLIB=1 -Wno-expansion-to-defined"
|
||||
CXXFLAGS="-Wno-expansion-to-defined"
|
||||
|
||||
hostmakedepends="perl python pkg-config intltool gperf flex ruby glib-devel geoclue2"
|
||||
makedepends="
|
||||
|
@ -28,8 +28,7 @@ makedepends="
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*) configure_args+=" -DENABLE_JIT=0"
|
||||
CXXFLAGS+=" -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1"
|
||||
broken="https://build.voidlinux.eu/builders/armv6l_builder/builds/5925/steps/shell_3/logs/stdio"
|
||||
makedepends+=" libatomic-devel"
|
||||
;;
|
||||
aarch64*) configure_args+=" -DUSE_LD_GOLD=0";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue