mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
telegram-desktop: extend libatomic fix to armv[67]l-musl.
This commit is contained in:
parent
272f040738
commit
2e9f188f34
1 changed files with 4 additions and 1 deletions
|
@ -38,11 +38,14 @@ checksum="fd52433dac14a6643114e8f5ff9d38c709141bfca8461cce47fa93e9ef8b45b2
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
i686*) nodebug=yes;; # ENOMEM
|
i686*) nodebug=yes;; # ENOMEM
|
||||||
armv[67]l) makedepends+=" libatomic-devel" LDFLAGS+=" -latomic" ;;
|
|
||||||
*-musl) makedepends+=" libexecinfo-devel";;
|
*-musl) makedepends+=" libexecinfo-devel";;
|
||||||
mips*) broken="unsupported";;
|
mips*) broken="unsupported";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv[67]l*) makedepends+=" libatomic-devel" LDFLAGS+=" -latomic" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
aarch64* | x86_64*) configure_args+=" ENABLE_64BIT=ON";;
|
aarch64* | x86_64*) configure_args+=" ENABLE_64BIT=ON";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue