mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
telegram-desktop: fix i686-musl
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
b291df29d6
commit
cc563b683b
1 changed files with 8 additions and 4 deletions
|
@ -38,17 +38,21 @@ checksum="fd52433dac14a6643114e8f5ff9d38c709141bfca8461cce47fa93e9ef8b45b2
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
i686*) nodebug=yes;; # ENOMEM
|
i686*) nodebug=yes;; # ENOMEM
|
||||||
*-musl) makedepends+=" libexecinfo-devel";;
|
|
||||||
mips*) broken="unsupported";;
|
mips*) broken="unsupported";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case $XBPS_TARGET_MACHINE in
|
||||||
|
*-musl) makedepends+=" libexecinfo-devel" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv[56]l*|mips*) makedepends+=" libatomic-devel"
|
arm*|mips*)
|
||||||
configure_args+=" -DUSE_LIBATOMIC=ON" ;;
|
makedepends+=" libatomic-devel"
|
||||||
|
configure_args+=" -DUSE_LIBATOMIC=ON" ;;
|
||||||
esac
|
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
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue