summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-05-27 20:22:22 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-27 20:27:56 +0200
commiteea0c54a2fa1680946f8c158953b9961735b256c (patch)
tree6d8b0cdf5223a4ff0729f5d5b7f6af229c5d187b /patches
parent3f757a11a0abd8388d3a3f356781c44ccb59d40e (diff)
downloadptxdist-eea0c54a2fa1680946f8c158953b9961735b256c.tar.gz
ptxdist-eea0c54a2fa1680946f8c158953b9961735b256c.tar.xz
polkit: version bump 0.104 -> 0.105
This is the last version that does not require libjs. Also, add patch to build check for libsystemd instead of libsystemd-login. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch22
l---------patches/polkit-0.105/autogen.sh1
-rw-r--r--patches/polkit-0.105/series4
3 files changed, 27 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
diff --git a/patches/polkit-0.105/autogen.sh b/patches/polkit-0.105/autogen.sh
new file mode 120000
index 000000000..9f8a4cb7d
--- /dev/null
+++ b/patches/polkit-0.105/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh \ No newline at end of file
diff --git a/patches/polkit-0.105/series b/patches/polkit-0.105/series
new file mode 100644
index 000000000..380802746
--- /dev/null
+++ b/patches/polkit-0.105/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-check-for-libsystemd-instead-of-libsystemd-login.patch
+# 83e2d8f0392c42858cb3b8f452d4bb83 - git-ptx-patches magic