python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / telegram-desktop / patches / 06-remove-GLIBC-2.15-compat.patch
blob72ec0cf09e5199cd3dba52c456dac3e41ccd1dce
1 diff --git Telegram/gyp/qt.gypi Telegram/gyp/qt.gypi
2 index c9eca6ad..1404f91b 100644
3 --- Telegram/gyp/qt.gypi
4 +++ Telegram/gyp/qt.gypi
5 @@ -176,14 +176,10 @@
6 ],
7 'conditions': [
8 [ 'build_linux', {
9 - 'dependencies': [
10 - '<(DEPTH)/linux_glibc_wraps.gyp:linux_glibc_wraps',
11 - ],
12 'library_dirs': [
13 '<(qt_loc)/plugins/platforminputcontexts',
15 'libraries': [
16 - '<(PRODUCT_DIR)/obj.target/liblinux_glibc_wraps.a',
17 '<@(qt_libs_release)',
18 '-lcrypto',
19 '-lX11',
20 diff --git Telegram/gyp/telegram_linux.gypi Telegram/gyp/telegram_linux.gypi
21 index a755fc58..8bf49216 100644
22 --- Telegram/gyp/telegram_linux.gypi
23 +++ Telegram/gyp/telegram_linux.gypi
24 @@ -57,9 +57,6 @@
25 '-Wno-strict-overflow',
27 'ldflags': [
28 - '-Wl,-wrap,aligned_alloc',
29 - '-Wl,-wrap,secure_getenv',
30 - '-Wl,-wrap,clock_gettime',
31 '-Wl,--no-as-needed,-lrt',
33 'configurations': {