From f25f0efdfce3e8ca39ba2d3f3f1a7e83bee5cc81 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 6 Jun 2017 00:45:41 +0000 Subject: testing/gdm: new aport --- .../0002-configure-Alpine-does-not-use-PAM.patch | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 testing/gdm/0002-configure-Alpine-does-not-use-PAM.patch (limited to 'testing/gdm/0002-configure-Alpine-does-not-use-PAM.patch') diff --git a/testing/gdm/0002-configure-Alpine-does-not-use-PAM.patch b/testing/gdm/0002-configure-Alpine-does-not-use-PAM.patch new file mode 100644 index 0000000000..c66b1e23f6 --- /dev/null +++ b/testing/gdm/0002-configure-Alpine-does-not-use-PAM.patch @@ -0,0 +1,42 @@ +From 7500e98c4794413f3e78c712147f5f35962d6c6d Mon Sep 17 00:00:00 2001 +From: William Pitcock +Date: Tue, 6 Jun 2017 00:27:22 +0000 +Subject: [PATCH 2/3] configure: Alpine does not use PAM. + +--- + Makefile.am | 1 - + configure.ac | 6 ------ + 2 files changed, 7 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index d3c46c8f..aa527219 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -6,7 +6,6 @@ SUBDIRS = \ + daemon \ + libgdm \ + utils \ +- pam_gdm \ + po \ + tests \ + $(NULL) +diff --git a/configure.ac b/configure.ac +index e8434d78..602969bd 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -232,12 +232,6 @@ AM_CONDITIONAL(ENABLE_EXHERBO_PAM_CONFIG, test x$with_default_pam_config = xexhe + AM_CONDITIONAL(ENABLE_LFS_PAM_CONFIG, test x$with_default_pam_config = xlfs) + AM_CONDITIONAL(ENABLE_ARCH_PAM_CONFIG, test x$with_default_pam_config = xarch) + +-AC_CHECK_HEADERS([security/pam_modules.h security/pam_modutil.h security/pam_ext.h], +- [have_pam=yes], +- [if test "x$have_pam" = xyes ; then +- AC_MSG_ERROR([PAM development files not found.]) +- fi]) +- + AC_ARG_ENABLE(console-helper, + AS_HELP_STRING([--enable-console-helper], + [Enable PAM console helper @<:@default=auto@:>@]),, +-- +2.13.0 + -- cgit v1.2.3