diff options
Diffstat (limited to 'lxde-base/lxdm/files/lxdm-0.4.1-fix-optional-pam.patch')
-rw-r--r-- | lxde-base/lxdm/files/lxdm-0.4.1-fix-optional-pam.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-fix-optional-pam.patch b/lxde-base/lxdm/files/lxdm-0.4.1-fix-optional-pam.patch deleted file mode 100644 index 0aecc085..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-fix-optional-pam.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/Makefile.am b/Makefile.am -index bfac56b..40710fc 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -2,10 +2,13 @@ NULL = - SUBDIRS= \ - src \ - po \ -- pam \ - data \ - $(NULL) - -+if HAVE_PAM -+SUBDIRS += pam -+endif -+ - rpm: dist @PACKAGE_NAME@.spec - rpmbuild -bb \ - --define "_sourcedir `pwd`" \ -diff --git a/configure.ac b/configure.ac -index ae5177f..aaa1bad 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -27,6 +27,7 @@ if test "x$USE_PAM" != "xno" ; then - AC_MSG_ERROR(["PAM support requested, but pam_open_session not found."]) - fi]) - fi -+AM_CONDITIONAL(HAVE_PAM, [test -n "$USE_PAM" -a "x$USE_PAM" != xno ]) - - # Checks for header files. - AC_PATH_X |