mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-30 04:52:27 +01:00
45 lines
1.3 KiB
Diff
45 lines
1.3 KiB
Diff
diff --git a/Telegram/gyp/modules/qt.gypi b/Telegram/gyp/modules/qt.gypi
|
|
index c7dff28..c674dc0 100644
|
|
--- a/Telegram/gyp/modules/qt.gypi
|
|
+++ b/Telegram/gyp/modules/qt.gypi
|
|
@@ -176,14 +176,10 @@
|
|
],
|
|
'conditions': [
|
|
[ 'build_linux', {
|
|
- 'dependencies': [
|
|
- '<(DEPTH)/linux_glibc_wraps.gyp:linux_glibc_wraps',
|
|
- ],
|
|
'library_dirs': [
|
|
'<(qt_loc)/plugins/platforminputcontexts',
|
|
],
|
|
'libraries': [
|
|
- '<(PRODUCT_DIR)/obj.target/liblinux_glibc_wraps.a',
|
|
'<@(qt_libs_release)',
|
|
'-lcrypto',
|
|
'-lX11',
|
|
diff --git a/Telegram/gyp/telegram/linux.gypi b/Telegram/gyp/telegram/linux.gypi
|
|
index f3ddf7e..9349c68 100644
|
|
--- a/Telegram/gyp/telegram/linux.gypi
|
|
+++ b/Telegram/gyp/telegram/linux.gypi
|
|
@@ -41,9 +41,6 @@
|
|
'-Wno-maybe-uninitialized',
|
|
],
|
|
'ldflags': [
|
|
- '-Wl,-wrap,aligned_alloc',
|
|
- '-Wl,-wrap,secure_getenv',
|
|
- '-Wl,-wrap,clock_gettime',
|
|
'-Wl,--no-as-needed,-lrt',
|
|
],
|
|
'configurations': {
|
|
@@ -63,9 +60,6 @@
|
|
},
|
|
'conditions': [
|
|
[ '"<!(uname -p)" != "x86_64"', {
|
|
- 'ldflags': [
|
|
- '-Wl,-wrap,__divmoddi4',
|
|
- ],
|
|
}], ['not_need_gtk!="True"', {
|
|
'cflags_cc': [
|
|
'<!(pkg-config 2> /dev/null --cflags appindicator3-0.1)',
|
|
|