summaryrefslogtreecommitdiff
path: root/sys-auth/pambase/files/pambase-20150213-elogind.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pambase/files/pambase-20150213-elogind.patch')
-rw-r--r--sys-auth/pambase/files/pambase-20150213-elogind.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-auth/pambase/files/pambase-20150213-elogind.patch b/sys-auth/pambase/files/pambase-20150213-elogind.patch
deleted file mode 100644
index 7ec92f787b82..000000000000
--- a/sys-auth/pambase/files/pambase-20150213-elogind.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -32,6 +32,10 @@
- PAMFLAGS += -DHAVE_SYSTEMD=1
- endif
-
-+ifeq "$(ELOGIND)" "yes"
-+PAMFLAGS += -DHAVE_ELOGIND=1
-+endif
-+
- ifeq "$(GNOME_KEYRING)" "yes"
- PAMFLAGS += -DHAVE_GNOME_KEYRING=1
- endif
---- a/system-auth.in
-+++ b/system-auth.in
-@@ -39,3 +39,7 @@
- #if HAVE_SYSTEMD
- -session optional pam_systemd.so
- #endif
-+
-+#if HAVE_ELOGIND
-+-session optional pam_elogind.so
-+#endif