]> git.pld-linux.org Git - packages/polkit.git/commitdiff
- upstream patch to fix build with elogind on systems without systemd
authorMarcin Krol <hawk@tld-linux.org>
Sat, 22 Jul 2023 11:02:51 +0000 (13:02 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sat, 22 Jul 2023 11:02:51 +0000 (13:02 +0200)
elogind.patch [new file with mode: 0644]
polkit.spec

diff --git a/elogind.patch b/elogind.patch
new file mode 100644 (file)
index 0000000..2eb5ce4
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ur polkit-122.orig/data/meson.build polkit-122/data/meson.build
+--- polkit-122.orig/data/meson.build   2022-10-26 14:12:24.000000000 +0200
++++ polkit-122/data/meson.build        2023-07-22 13:01:22.590545340 +0200
+@@ -26,7 +26,7 @@
+   )
+ endif
+-if enable_logind
++if session_tracking == 'libsystemd-login'
+   configure_file(
+     input: 'polkit.service.in',
+     output: '@BASENAME@',
+diff -ur polkit-122.orig/meson.build polkit-122/meson.build
+--- polkit-122.orig/meson.build        2022-10-26 14:12:24.000000000 +0200
++++ polkit-122/meson.build     2023-07-22 13:00:31.328819850 +0200
+@@ -204,7 +204,7 @@
+   # systemd unit / service files
+   systemd_systemdsystemunitdir = get_option('systemdsystemunitdir')
+-  if systemd_systemdsystemunitdir == ''
++  if systemd_systemdsystemunitdir == '' and session_tracking == 'libsystemd-login'
+     systemd_dep = dependency('systemd', not_found_message: 'systemd required but not found, please provide a valid systemd user unit dir or disable it')
+     # FIXME: systemd.pc file does not use variables with relative paths, so `define_variable` cannot be used
+     systemd_systemdsystemunitdir = systemd_dep.get_pkgconfig_variable('systemdsystemunitdir')
index cbb46399e66b453601eca0019ff7da496b282573..b95ebca7b35ec6f5c2ec70c2e8f95824e57b46cb 100644 (file)
@@ -19,6 +19,7 @@ Group:                Libraries
 Source0:       https://gitlab.freedesktop.org/polkit/polkit/-/archive/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5: 7eb1f0070c66e5e8646d23ad38773253
 Patch0:                systemd-fallback.patch
+Patch1:                elogind.patch
 URL:           https://www.freedesktop.org/wiki/Software/polkit
 BuildRequires: dbus-devel
 BuildRequires: docbook-dtd412-xml
@@ -114,6 +115,9 @@ Pliki nagłówkowe PolicyKit.
 %if %{with consolekit} && (%{with systemd} || %{with elogind})
 %patch0 -p1
 %endif
+%if %{with elogind}
+%patch1 -p1
+%endif
 
 %build
 %meson build \
This page took 0.148749 seconds and 4 git commands to generate.