mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt5-webkit: use XBPS_TARGET_NO_ATOMIC8
This should cover all current and future architectures which need libatomic.
This commit is contained in:
parent
c3ee5c7c7d
commit
ae8b04b7be
1 changed files with 4 additions and 8 deletions
|
@ -41,14 +41,10 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# some platforms need libatomic
|
# some platforms need libatomic
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
ppc64*) ;;
|
makedepends+=" libatomic-devel"
|
||||||
armv[56]*|ppc*)
|
LIBS+=" -latomic"
|
||||||
makedepends+=" libatomic-devel"
|
fi
|
||||||
LIBS+=" -latomic"
|
|
||||||
;;
|
|
||||||
*) ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# use system malloc on ppc64le (potential 64k page kernel)
|
# use system malloc on ppc64le (potential 64k page kernel)
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue