From d3a8184031a04595a57537b0f7dd1b79596c3813 Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 18 Jul 2022 01:16:03 -0400 Subject: updpkg: nonsystemd/polkit 121-1.nonsystemd1 Signed-off-by: David P --- nonsystemd/polkit/elogind-configure-fix.patch | 28 --------------------------- 1 file changed, 28 deletions(-) delete mode 100644 nonsystemd/polkit/elogind-configure-fix.patch (limited to 'nonsystemd/polkit/elogind-configure-fix.patch') diff --git a/nonsystemd/polkit/elogind-configure-fix.patch b/nonsystemd/polkit/elogind-configure-fix.patch deleted file mode 100644 index 81db3becc..000000000 --- a/nonsystemd/polkit/elogind-configure-fix.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 08bb656496cd3d6213bbe9473f63f2d4a110da6e Mon Sep 17 00:00:00 2001 -From: Rasmus Thomsen -Date: Wed, 11 Apr 2018 13:14:14 +0200 -Subject: [PATCH] configure: fix elogind support - -HAVE_LIBSYSTEMD is used to determine which source files to use. -We have to check if either have_libsystemd or have_libelogind is -true, as both of these need the source files which are used when -HAVE_LIBSYSTEMD is true. ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 36df239..da47ecb 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -221,7 +221,7 @@ AS_IF([test "x$cross_compiling" != "xyes" ], [ - - AC_SUBST(LIBSYSTEMD_CFLAGS) - AC_SUBST(LIBSYSTEMD_LIBS) --AM_CONDITIONAL(HAVE_LIBSYSTEMD, [test "$have_libsystemd" = "yes"], [Using libsystemd]) -+AM_CONDITIONAL(HAVE_LIBSYSTEMD, [test "$have_libsystemd" = "yes" || test "$have_libelogind" = "yes" ], [Using libsystemd]) - - dnl --------------------------------------------------------------------------- - dnl - systemd unit / service files --- -2.17.0 -- cgit v1.2.3