telegram-desktop: fix i686-musl
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
@@ -38,17 +38,21 @@ checksum="fd52433dac14a6643114e8f5ff9d38c709141bfca8461cce47fa93e9ef8b45b2
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
i686*) nodebug=yes;; # ENOMEM
|
||||
*-musl) makedepends+=" libexecinfo-devel";;
|
||||
mips*) broken="unsupported";;
|
||||
esac
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
*-musl) makedepends+=" libexecinfo-devel" ;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[56]l*|mips*) makedepends+=" libatomic-devel"
|
||||
configure_args+=" -DUSE_LIBATOMIC=ON" ;;
|
||||
arm*|mips*)
|
||||
makedepends+=" libatomic-devel"
|
||||
configure_args+=" -DUSE_LIBATOMIC=ON" ;;
|
||||
esac
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
aarch64* | x86_64*) configure_args+=" ENABLE_64BIT=ON";;
|
||||
aarch64*|x86_64*) configure_args+=" ENABLE_64BIT=ON";;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
||||
Reference in New Issue
Block a user