parent
adff963c46
commit
4ab217692c
|
@ -32,7 +32,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
LIBS+=" -latomic"
|
LIBS+=" -latomic"
|
||||||
;;
|
;;
|
||||||
ppc64*) # no JIT on ppc64 and other build workarounds
|
ppc64*) # no JIT on ppc64 and other build workarounds
|
||||||
configure_args+=" ENABLE_JIT=OFF USE_SYSTEM_MALLOC=ON ENABLE_ALLINONE_BUILD=OFF"
|
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON -DENABLE_ALLINONE_BUILD=OFF"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue