telegram-desktop: try to fix i686 ENOMEM

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-04-07 11:21:23 +02:00
parent ba896063b9
commit ddd13b3547
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ checksum="a37009f81cb305d69e38b55019fff3b095761689706e83a5aa0ecf5b098c51f6
nocross="gyp build script doesn't support cross compiling"
case $XBPS_TARGET_MACHINE in
i686*) nodebug=yes;; # ENOMEM
*-musl) makedepends+=" libexecinfo-devel";;
mips*) broken="unsuported";;
esac