summaryrefslogtreecommitdiffstats
path: root/patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch')
-rw-r--r--patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch b/patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch
new file mode 100644
index 000000000..1814ee989
--- /dev/null
+++ b/patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch
@@ -0,0 +1,22 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Fri, 27 May 2016 20:20:16 +0200
+Subject: [PATCH] check for libsystemd instead of libsystemd-login
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index f4a0c4177fbf..4bf2c05d989c 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -160,7 +160,7 @@ AC_ARG_ENABLE([systemd],
+ [enable_systemd=auto])
+ if test "$enable_systemd" != "no"; then
+ PKG_CHECK_MODULES(SYSTEMD,
+- [libsystemd-login],
++ [libsystemd],
+ have_systemd=yes,
+ have_systemd=no)
+ if test "$have_systemd" = "yes"; then