diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-21 21:37:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-21 21:37:59 +0100 |
commit | ca463b87887d8151b83d222dc35d461991c1dd63 (patch) | |
tree | 5fd14a2e1f57e17214ee81e47c74bd4e4115e104 /package/pam/patches/patch-modules_Makefile_in | |
parent | 414cf52c44c7caf09565c9286b9326ac8ac63428 (diff) |
another musl fix round
Diffstat (limited to 'package/pam/patches/patch-modules_Makefile_in')
-rw-r--r-- | package/pam/patches/patch-modules_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pam/patches/patch-modules_Makefile_in b/package/pam/patches/patch-modules_Makefile_in new file mode 100644 index 000000000..4185b299e --- /dev/null +++ b/package/pam/patches/patch-modules_Makefile_in @@ -0,0 +1,11 @@ +--- Linux-PAM-1.1.8.orig/modules/Makefile.in 2013-09-19 10:01:33.000000000 +0200 ++++ Linux-PAM-1.1.8/modules/Makefile.in 2013-12-21 18:45:07.000000000 +0100 +@@ -274,7 +274,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 \ |