nodejs-lts-10: use generic libatomic checks
This commit is contained in:
parent
dbe903380a
commit
c84cc621d2
1 changed files with 6 additions and 5 deletions
|
@ -35,11 +35,12 @@ if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
nocross="host and target must have the same pointer size"
|
nocross="host and target must have the same pointer size"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_MACHINE" in
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
ppc64*) ;;
|
makedepends+=" libatomic-devel"
|
||||||
mips*|ppc*) hostmakedepends+=" libatomic-devel" ;;
|
fi
|
||||||
*) ;;
|
if [ "$XBPS_NO_ATOMIC8" ]; then
|
||||||
esac
|
hostmakedepends+=" libatomic-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _args
|
local _args
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue