mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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
|
||||
|
||||
# some platforms need libatomic
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
armv[56]*|ppc*)
|
||||
makedepends+=" libatomic-devel"
|
||||
LIBS+=" -latomic"
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
LIBS+=" -latomic"
|
||||
fi
|
||||
|
||||
# use system malloc on ppc64le (potential 64k page kernel)
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Add table
Reference in a new issue