diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template index b8eaaa0d17..fbb5f4952b 100644 --- a/srcpkgs/qt5-webkit/template +++ b/srcpkgs/qt5-webkit/template @@ -32,7 +32,7 @@ case "$XBPS_TARGET_MACHINE" in LIBS+=" -latomic" ;; ppc64*) # no JIT on ppc64 and other build workarounds - configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON -DENABLE_ALLINONE_BUILD=OFF" + configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON" ;; i686*) # try to reduce memory footprint when linking by using gold configure_args+=" -DUSE_LD_GOLD=ON"