telegram-desktop: fix i686

[ci skip]
This commit is contained in:
John Zimmermann 2018-06-17 15:17:09 +00:00 committed by maxice8
parent 01dfd23214
commit 8782252f2f
2 changed files with 14 additions and 5 deletions

View File

@ -1,5 +1,5 @@
diff --git Telegram/gyp/qt.gypi Telegram/gyp/qt.gypi
index c9eca6ad..1404f91b 100644
index c9eca6ad1..1404f91b1 100644
--- Telegram/gyp/qt.gypi
+++ Telegram/gyp/qt.gypi
@@ -176,14 +176,10 @@
@ -18,7 +18,7 @@ index c9eca6ad..1404f91b 100644
'-lcrypto',
'-lX11',
diff --git Telegram/gyp/telegram_linux.gypi Telegram/gyp/telegram_linux.gypi
index 1e118538..c02e57a0 100644
index 1e1185387..328424225 100644
--- Telegram/gyp/telegram_linux.gypi
+++ Telegram/gyp/telegram_linux.gypi
@@ -58,9 +58,6 @@
@ -31,3 +31,14 @@ index 1e118538..c02e57a0 100644
'-Wl,--no-as-needed,-lrt',
],
'configurations': {
@@ -92,10 +89,6 @@
'ldflags': [ '-flto' ],
},
},
- }, {
- 'ldflags': [
- '-Wl,-wrap,__divmoddi4',
- ],
}], ['not_need_gtk!="True"', {
'cflags_cc': [
'<!(pkg-config 2> /dev/null --cflags appindicator3-0.1)',

View File

@ -35,9 +35,7 @@ checksum="cbb30bad15496848beda2db3481700a7292de6c453ee616cc62a2189a32dd7d8
nocross="gyp build script doesn't support cross compiling"
case $XBPS_TARGET_MACHINE in
i686*)
nodebug=yes # ENOMEM
broken="https://build.voidlinux.eu/builders/i686_builder/builds/9630/steps/shell_3/logs/stdio";;
i686*) nodebug=yes;; # ENOMEM
*-musl) makedepends+=" libexecinfo-devel";;
mips*) broken="unsupported";;
esac