summaryrefslogtreecommitdiff
path: root/package/pam/patches/patch-modules_Makefile_am
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-25 22:19:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-25 22:20:23 +0200
commitb6c5824451788b753d2054e3d1d938d4af26a6a5 (patch)
tree45b13eb37ff04c0ca3988db51a335ab631b1c92d /package/pam/patches/patch-modules_Makefile_am
parent477550f1fadbe30cbf722a4974cd92ec65e12d19 (diff)
fix pam musl build
Diffstat (limited to 'package/pam/patches/patch-modules_Makefile_am')
-rw-r--r--package/pam/patches/patch-modules_Makefile_am11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pam/patches/patch-modules_Makefile_am b/package/pam/patches/patch-modules_Makefile_am
new file mode 100644
index 000000000..b70eaef1b
--- /dev/null
+++ b/package/pam/patches/patch-modules_Makefile_am
@@ -0,0 +1,11 @@
+--- Linux-PAM-1.1.8.orig/modules/Makefile.am 2013-06-18 16:11:21.000000000 +0200
++++ Linux-PAM-1.1.8/modules/Makefile.am 2014-05-25 20:13:15.415984289 +0200
+@@ -7,7 +7,7 @@ SUBDIRS = pam_access pam_cracklib pam_de
+ pam_group pam_issue pam_keyinit pam_lastlog pam_limits \
+ pam_listfile pam_localuser pam_loginuid pam_mail \
+ pam_mkhomedir pam_motd pam_namespace pam_nologin \
+- pam_permit pam_pwhistory pam_rhosts pam_rootok pam_securetty \
++ pam_permit pam_pwhistory pam_rootok pam_securetty \
+ pam_selinux pam_sepermit pam_shells pam_stress \
+ pam_succeed_if pam_tally pam_tally2 pam_time pam_timestamp \
+ pam_tty_audit pam_umask \