qt5-webkit: Fix building on ppc
This commit is contained in:
committed by
Helmut Pozimski
parent
5858f2aa1e
commit
1f993635e2
@@ -37,6 +37,11 @@ case "$XBPS_TARGET_MACHINE" in
|
|||||||
i686*) # try to reduce memory footprint when linking
|
i686*) # try to reduce memory footprint when linking
|
||||||
nodebug=1
|
nodebug=1
|
||||||
;;
|
;;
|
||||||
|
ppc*) # no JIT on ppc and need libatomic
|
||||||
|
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON"
|
||||||
|
makedepends+=" libatomic-devel"
|
||||||
|
LIBS+=" -latomic"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|||||||
Reference in New Issue
Block a user