From 8fe904abf62da33c8ea1695536026dc2d484ee98 Mon Sep 17 00:00:00 2001 From: kn Date: Fri, 25 Mar 2022 16:07:39 +0000 Subject: [PATCH] Remove unused DESKTOP_APP_EXECUTABLE_PATH_OVERRIDE The upstream fix uses PATH lookup; this override is a left-over from a previous version of the restart fix (cmake reports it as unused). --- net/tdesktop/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/tdesktop/Makefile b/net/tdesktop/Makefile index d21a42ccff1..97b68e12da9 100644 --- a/net/tdesktop/Makefile +++ b/net/tdesktop/Makefile @@ -73,10 +73,6 @@ CONFIGURE_ARGS += -DDESKTOP_APP_USE_PACKAGED=ON CONFIGURE_ARGS += -DTDESKTOP_API_ID=611335 \ -DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c -# hardcode path to fix restarts when started via PATH lookup since we have no -# procfs(5) or sysctl(2) to get an absoloute path to the process image -CONFIGURE_ARGS += -DDESKTOP_APP_EXECUTABLE_PATH_OVERRIDE=/usr/local/bin/telegram-desktop - # disable unported/unwanted components CONFIGURE_ARGS += -DDESKTOP_APP_DISABLE_JEMALLOC=ON \ -DDESKTOP_APP_DISABLE_WAYLAND_INTEGRATION=ON \