Do not use $ORIGIN in RUNPATH so that executables can be copied elsewhere and still be expected to work (needed for python-pyside-2-tools). diff --git a/mkspecs/common/linux.conf b/mkspecs/common/linux.conf --- a/mkspecs/common/linux.conf +++ b/mkspecs/common/linux.conf @@ -10,8 +10,8 @@ QMAKE_CFLAGS_THREAD += -D_REENTRANT QMAKE_CXXFLAGS_THREAD += $$QMAKE_CFLAGS_THREAD QMAKE_LFLAGS_GCSECTIONS = -Wl,--gc-sections -QMAKE_LFLAGS_REL_RPATH = -Wl,-z,origin -QMAKE_REL_RPATH_BASE = $ORIGIN +QMAKE_LFLAGS_REL_RPATH = +QMAKE_REL_RPATH_BASE = QMAKE_INCDIR = QMAKE_LIBDIR = en' name='id' value='e02584b456a3f9c00b303ef4815d892a47edc2e6'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/dbus.scm
AgeCommit message (Expand)Author
2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-03-03services: dbus: Deprecate 'dbus-service' procedure....Bruno Victal
2023-03-03services: dbus: Deprecate 'polkit-service' procedure....Bruno Victal
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner
2023-01-16gnu: services: Export polkit-configuration....Zhu Zihao
2022-08-28gnu: polkit-mozjs: Rename to polkit and remove obsolete polkit-duktape....Maxim Cournoyer
2022-06-14services: dbus: Add a VERBOSE? configuration option....Maxim Cournoyer
2022-02-19services: dbus: Increase auth_timeout value to 5 minutes....Maxim Cournoyer
2021-12-22services: dbus: Wait 1 minute for elogind to get ready....Timothy Sample
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice
2021-11-27services: polkit: Choose between polkit-mozjs and polkit-duktape....Ludovic Courtès